Hi
I am using AWT. In a main
applet, I need to create the HTML dynamically (based on the user's selection) to invoke another applet. The HTML seems to be created OK but when it tries to invoke the applet, I am getting class not found exception. But when I run the created html separately (by saving it in a file) it runs OK in the same dir.
Can anyone help me solve this problem?
Thanks
Vani