how to display a applet window from internetexplorer using <a href="">
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Hello "greeshma V S "-
Welcome to JavaRanch.
On your way in you may have missed that we have a policy on screen names here at JavaRanch. Basically, it must consist of a first name, a space, and a last name, and not be obviously fictitious. Since yours does not conform with it, please take a moment to change it, which you can do right here.
As to your question, an href link opens any page that you link to. If the page contains an <applet> tag, you will be shown the applet. You can't reference an applet directly in an href tag. Is that what you're asking?