Link to home
Start Free TrialLog in
Avatar of alokdixit
alokdixit

asked on

applet-servlet

hi,
i was trying to fire an applet from servlet by generating an html page containing applet tag on the fly.html page was generated on the fly but applet could not be loaded?how to go about it?
Avatar of SHash
SHash

Alok,
   First place the Applet on the WebServers public_HTML folder if you are using a Java Web Server.
   Next in the CODEBASE attribute give the exact path of the applet. For eg.
E:\JavaWebServer2.0\public_html\someapplet.class

Hope it helps.
Avatar of alokdixit

ASKER

the technique works with internet explorer but not with netscape which still shows can not load applet
ASKER CERTIFIED SOLUTION
Avatar of muraliram
muraliram

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial