Results 1 to 4 of 4

Thread: Applets

  1. #1
    amani
    Guest

    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:

  2. #2
    amani
    Guest
    Hey Nobody is daring enough to take this challenge ......................Come on..........................Give it a try


    Neti

  3. #3

  4. #4
    New Member
    Join Date
    Aug 2001
    Location
    Hillsborough
    Posts
    5

    Cool

    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
  •  



Click Here to Expand Forum to Full Width