Results 1 to 3 of 3

Thread: quick and EZ question about java applets

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    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

  2. #2
    Lively Member
    Join Date
    Oct 2000
    Location
    Chicago
    Posts
    97

    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...
    Anil

  3. #3
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    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
  •  



Click Here to Expand Forum to Full Width