|
-
Aug 1st, 2001, 11:01 AM
#1
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:
-
Aug 1st, 2001, 03:35 PM
#2
Hey Nobody is daring enough to take this challenge ......................Come on..........................Give it a try
Neti
-
Aug 1st, 2001, 04:27 PM
#3
Dazed Member
Sorry....... I know nothing about applets. I wish i could help
-
Aug 5th, 2001, 04:16 PM
#4
New Member
Okay, try putting this code in your MouseClicked() (assuming Java 1.1.X or above) method.
getAppletContext().showDocument(cUrl);
Have a great day.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|