Load Applet

Hi,

I am using a CGI script to make an HTML page conataing Applet tags. I am stuck on the following:

1. After writing the HTML page on the webserver (containing) the HTML tag, how do I send it back to the browser

2. Onloading the applet with parameters, it gives a null pointer Exception saying parameters not available?

[352 byte] By [atlantisLoveAngel] at [2007-9-30 2:29:19]
# 1

1) You mean the CGI is making a HTML page in a file? You could either have the CGI send a redirect header in the response to the browser:

Location: the URL to the page

Or why not just output the HTML directly to the browser?

2) What's the HTML look like for the applet tag?

bsampieri at 2007-6-29 2:14:27 > top of Java-index,Security,Event Handling...
# 2
How exactly do send back the location? Like the sysntax etc ....
atlantisLoveAngel at 2007-6-29 2:14:27 > top of Java-index,Security,Event Handling...