Hi,
Would like to send hyperlink text value to another jsp, The same value checked in mysql query and retrieve the relevent data from table displayed in jsp page.
Pls give code snippest on this asap.
Thanks in advance.
Printable View
Hi,
Would like to send hyperlink text value to another jsp, The same value checked in mysql query and retrieve the relevent data from table displayed in jsp page.
Pls give code snippest on this asap.
Thanks in advance.
I am a bit confused.. :confused:
Do you want to be able to add a URL to a mySQL database? Then this URL displayed on a JSP page?
No My Dear Friend ,
I have one.jsp page in which i have an hyperlink like 2007.15.06 after clicking on this link same value get passed to another jsp. database table values are fetched with this value by writing select query.
awaiting for reply.................
in hyper link display it in below format
And in anotherpage.jsp get the argument using resquest.getParameter("date");Code :<a href="anotherpage.jsp?date=2007.15.06">2007.15.06</a>