Snork Hosting Banner
+ Reply to Thread
Results 1 to 7 of 7

Thread: Embeding Java applet in HTML

  1. #1

    Embeding Java applet in HTML

    Hello

    I am trying to embed java applets in the html source but showing an error that appleet is not initialized. I am able to use same applet on local machine. What will be the problem?

  2. .
  3. #2

    PHP Code:
    <applet code=NameOfApplet.class name=NameOfApplet archive=NameOfApplet.jar
        width
    =300 height=300>
        <
    param name="bgcolor" value="ffffff">
        <
    param name="fontcolor" value="000000">
        
    Your browser is not Java enabled.
    </
    applet
    Never had problems with this snippet
    Making money is an art ...

  4. .
  5. #3

    the code to initialize the the applet in java is :

    <applet code=NameOfApplet.class name=NameOfApplet width=300 height=300>
    <param name="bgcolor" value="ff0000">
    <param name="fontcolor" value="8">
    </applet>

  6. .
  7. #4

    this can be passoble through html by the <embeded> tag
    applet code=NameOfApplet.class name=Applet name archive=Appletname.jar
    width=500 height=200>
    <param name="bgcolor" value="339900">
    <param name="fontcolor" value="000000">

    </applet>

  8. .
  9. #5

    Quote Originally Posted by nikon View Post
    Hello

    I am trying to embed java applets in the html source but showing an error that appleet is not initialized. I am able to use same applet on local machine. What will be the problem?
    use same code as use for html add only param for passing value it at running time.

  10. .
  11. #6

    To initialize the applet in java you should write below code i think it will solve your problem

    <applet code=Applet.class name=Applet width=300 height=300>
    <param name="bgcolor" value="ff0000">
    <param name="fontcolor" value="8">
    </applet>

  12. .
  13. #7

    If you are using dreamweaver then you can go into insert menu and add applet tag.

  14. .
+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. PSD to HTML
    By nikon in forum HTML & CSS Help
    Replies: 16
    Last Post: 01-29-2010, 02:49 AM
  2. Embeding applet in the HTML
    By nikon in forum HTML & CSS Help
    Replies: 7
    Last Post: 06-22-2009, 04:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
profitable webmaster resources
© 2010, vBulletin Solutions, Inc. All Rights Reserved. All designated trademarks and brands are the property of their respective owners. Use of this Website constitutes acceptance of our Terms and Conditions and Privacy Policy.

 

Content Relevant URLs by vBSEO