C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » HTML »

Applet extract from websites


Posted Date: 09 Sep 2008      Posted By: amit pandey      Member Level: Bronze     Points: 1   Responses: 4



can anyone please tell me how to download or extract applets from a website.




Responses

Author: Kundan Kumar Sinha    09 Sep 2008Member Level: GoldRating: 1 out of 5     Points: 1

Hi Amit,

We can not download Applet from any web site.


Regards,
Kundan



Author: Kundan Kumar Sinha    09 Sep 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Hi,

As we know Applet is a JAVA application. We can not download Applet from any web site.

To download the application we have to download the class file of that Applet.

Regards,
Kundan



Author: Shanthi M    09 Sep 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 4

We can extract Applet from the website(HTML).

In HTML, add the following code

<APPLET CODE="MyApplet.class" WIDTH=200 HEIGHT=50>
</APPLET>

// Here MyApplet is a class in the MyApplet.java file.
Before adding, MyApplet file is compiled and produces MyApplet.class file.

We can get Applet code in the website.



Author: Lord of Kings    17 Oct 2008Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

one can not download Applet from any web site.similarly as one cannot download any .class file. a applet file in that place is a .class file placed as
<applet code=" ....." ...........></applet>



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Recent Dump
Previous : what is div tag?
Return to Discussion Forum
Post New Message
Category: HTML

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use