Is it possible to create a web page out of an applet and have hyperlinks to
other pages on the internet?
Thank You,
Andy
Oliver Wong - 27 Feb 2006 17:16 GMT
> Is it possible to create a web page out of an applet
I don't know what this means.
> and have hyperlinks to
> other pages on the internet?
You can have a label with the text coloured blue and underlined, and
have an listener on it such that when the user clicks on it, they are
redirected to another page.
- Oliver
Rhino - 27 Feb 2006 18:08 GMT
> Is it possible to create a web page out of an applet and have hyperlinks
> to
> other pages on the internet?
A servlet might be a better solution, depending on what you're trying to
accomplish.
--
Rhino
hiwa - 27 Feb 2006 18:52 GMT
Don't do cross posting.
It is one of the worst manners on public fora.
Explanation omitted. Think about it yourself.
andrewtitus@alltel.net - 27 Feb 2006 20:56 GMT
No idea what you are talking about. This is only forum I post to.
Andy
hiwa - 27 Feb 2006 23:23 GMT
> No idea what you are talking about. This is only forum I post to.
Then, who is this? :
http://www.javaworld.com/javaforums/showthreaded.php?Cat=&Board=javabeginner&Num
ber=27547&page=0&view=expanded&sb=5&o=&fpart=1
andrewtitus@alltel.net - 28 Feb 2006 02:40 GMT
Ok I did not know that, that was part of this. I posted to a forum on a web
site but did not know that it posted here also. Sorry about that.
Andy
Roedy Green - 27 Feb 2006 20:11 GMT
>Is it possible to create a web page out of an applet and have hyperlinks to
>other pages on the internet?
Web pages may contain Applets, but each unsigned Applet can only talk
to the server it came from. The page itself can have links anywhere.
If you sign the Applet, then the Applet too can talk to any server.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.