1.

Solve : url-link/ hyperlink in Java applet possible??

Answer»

I would like to add a link within a JAVA applet for advertisement, so that people dont have to copy and paste the whole link. Is that possible?

It doenst need to be hidden behind a "click here" link, there is nothing to hide and people MAY see the exact link.

Cheers, BurtonI have seen it done before.

I would try loking for it in the java API or in one of the totorials I will look for an answer for u.
Yes please, i would appreciate that, cause I am a novice and I dunno where to start  A workaround might be to set the whole java THING as a hyper link? And I hope this isn't a popup   Seriously though, if you want trade, don't do popups lots of people have blockers now.getAppletContext().showDocument(new URL("The name of the site"));

This would have to be put in a method that extends j applet of corse Quote

Posted by: Alien_Ware Posted on: JAN 3rd, 2005, 8:04pm
getAppletContext().showDocument(new URL("The name of the site"));
 
This would have to be put in a method that extends j applet of corse  


What do you mean by j applet? I tried your script, but it only came out as text. I tried it in the Multiplayer Chatroom of this url: http://www.playray.com/play/minigolf


Discussion

No Comment Found