|
>Whoa! I am even more confused than ever! > >All of my index.html documents, and graphics, etc, are in /web on my AS400. If i >do a WRKLNK, web is listed there. It is not under QDLS or QSYS.lib or anything. >All of my references to .Gif's in my index.html just say IMG SRC="cca.gif". > >The class line is: > ><APPLET CODE="tn5250.class"> > >tn5250.class is in the same /web directory as cca.gif. > Art, I've got a class that I import into my applet. The class name is javacustom.net.NetworkClient.class. This class must be stored as (applet_path)/javacustom/net/NetworkClient.class in order for java to find it, or in the classpath as: (base_path)/javacustom/net/NetworkClient.class. I've not tried this on the AS/400, but should be the same (famous last words). Are you setting CODEBASE="/web" in the APPLET tag? It really shouldn't be necessary if everything is in the same place, but it might be worth a try. I know there are some differences between browsers in this regard. Presumably there are some differences between servers also. Your <IMG SRC="cca.gif"> would mean that file cca.gif is in the same directory as the html page on every system I've played on. BTW, is the HTTP server on AS/400 case sensitive? Many are. hth Pete Pete Hall peteh@inwave.com http://www.inwave.com/~peteh/ +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to "MIDRANGE-L@midrange.com". | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.