-
Code:
<applet code="roomchat" width=440 height=70
codebase="http://www.someplace.com/chat">
<PARAM NAME="SiteId" VALUE="FREEBETA1">
</applet>
with that, is there a way that I can download the roomchat file???
Also, what is the extension of the java applet files?
thanks in advance
(I need the answer A.S.A.P)
-
Reg Applet Extension
I can't say whether you can download chat files from the code which you have shown but i can answer your second question ie, the extension of java applet.See applet is embedded into a HTML file and inside the HTML file you will give the applet's .class name.So the intial extension will be .html.To run an applet you need this .html extension.
Hope iam clear...
-
If you want the source code, it won't help you.
This isn't JavaScript: Java files are compiled.
It's like trying to get the source code from an EXE file...
Except it's even harder. :rolleyes:
By the way: You should try clicking the smile icon above.