Forum Moderators: open
I couldn't find a Java (not Javascript) specific forum, so I will post my question here.
What I want in a Java applet is a clickable link which will take the viewer to another webpage. Something comparable with the HTML tag:
<a href="http://www.mysite.com/">Click This</a>
How can I accomplish this?
Another question, is it also possible to open it in a new browser window (like adding '
target="_blank"' to the '
a' tag)?
Thanks,
Arjan
[codebrain.com...]