CrazyEngineers
  • how to run and dislay our java program on the our blog.

    Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M
    Updated: Oct 24, 2024
    Views: 1.0K
    hi friends,
    i write a java applet program and want to dislay it on my blog(blogger.com).
    any one have idea about how to do it ?
    😁
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Manish Goyal

    MemberMay 1, 2010

    I have never tried this before but i think that this method will work

    You have to embed this html code into your blog

    <Html>
    <Head>
    
    </Head>
    
    <Body>
       This is my page<br>
       Below you see an applet<br>
       <br>
       <Applet Code="location of applet class" width=200 Height=100>
       </Applet>
    </Body>
    </Html> 
    Now all you have to do is to upload your applet class in server for that you can use 110mb.com

    Just give it a try .I hope this will work
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register