-
Applets
Hi,
I have a very intreseting Question for you guys.I want to show a HREF link in Java Applet. ie I just want to show the link and take the user to the referred links once he clicks it.
Can any one suggest me how to do this .I know it can be done using HTML but I want it in Java Applets
Neti::)
-
Hey Nobody is daring enough to take this challenge ......................Come on..........................Give it a try
Neti
-
Sorry....... I know nothing about applets. I wish i could help :(
-
Okay, try putting this code in your MouseClicked() (assuming Java 1.1.X or above) method.
getAppletContext().showDocument(cUrl);
Have a great day.