File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Java Applet: Hyperlinking the content of a Jlist Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Java Applet: Hyperlinking the content of a Jlist " Watch "Java Applet: Hyperlinking the content of a Jlist " New topic
Author

Java Applet: Hyperlinking the content of a Jlist

Mossa Barandao
Greenhorn

Joined: Aug 05, 2010
Posts: 1
I need some guidance in implementing a hyperlink function inside a Jlist of an applet.

Specifically, I have a Jlist that displays the values retrieved from a c++ hash table --a paralel application. I want to be able to create a hyperlink function within the Jlist content which once clicked, wraps the clicked value into a php script and thus performs a mysql query (ie: the content of Jlist is : "Angelique Kojo" Once clicked on the value, I want to perform a seach inside mysql with key words "Angelique Kojo".)

Any assistance in this area is greatly appreciated.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Java Applet: Hyperlinking the content of a Jlist
 
Similar Threads
Disable the page if user clicks any link
Disabling a hyperlink inside javascript
setting hidden fields
hyperlink-event using a servlet
to add element to a jList