Posted By:
rehana_rahman
Posted On:
Monday, December 10, 2001 09:00 PM
I am trying to have my applet to show a url when the user clicks on it. the following code
getAppletContext().showDocument
(new URL(http://www.lycos.com))
Using IE5 under NT and Windows 200 server. Also, using Java plug-in. I belive plug-in is the problem. Using JBuilder. Please HELP. Spent more than 2 days on it already.
No exception is thrown, code is really simple and same as any other sample code. ShoeDocument() is ignored, nothing happens when I click on the applet in the browser.
Thanks.
-- rehana