i write an applet(exactly, copy the code from TIJ2) and a html file to browse it. i can see the applet when i double click the html file in the Windows Explorer. But when i publish the .class and .html file to my web site, and ask the URL like this "http://127.0.0.1/applet1.html", the browser just tell me "loading the applet1d class". Anybody give me a hand? Thanks.
I write the html file with tags <applet>...</applet> and use htmlconverter.exe to convert it to <object>...</object> tags.
My environment is: windows 2000 server ie6 j2sdk_1.4.0_02