|
-
Oct 13th, 2000, 04:27 PM
#1
Thread Starter
Frenzied Member
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)
NXSupport - Your one-stop source for computer help
-
Oct 13th, 2000, 05:00 PM
#2
Lively Member
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...
-
Oct 13th, 2000, 05:04 PM
#3
Guru
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. 
By the way: You should try clicking the smile icon above.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|