|
how to redirect the browser
I have written a web page which allows the user to input a url, which is then passed to a java applet. Within the java applet the url is displayed and the user is to confirm it by pressing a button within the applet to redirect the browser to the user specified URL.
I am having problems getting the applet to redirect the browser.
|