| 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.
|
 |
 |
|
|
subject: Java Applet: Hyperlinking the content of a Jlist
|
|
|