how can i execute through browser. plese tell me.

Recommended Answers

All 3 Replies

how can i execute through browser. plese tell me.

write the html file like below

<html>
<body>
<applet code="ur class name" width="width of applet" height="height of applet">
</applet>
</body>
</html>

thn open this file into ur browser.

Or maybe if there are multiple class files package them in jar file and then include them using OBJECT or APPLET.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.