I am trying to update a table on webpage with a hyperlink. for instance the text on table will show just "Google" as a hyperlink to http://www.google.com.
Is it possible to send a link directly to java.
I tried something like sending a href=\""+myLink+"\">"+myText +/a on the page but it printed the exact same string instead of showing a hyperlink.