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.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
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.
Last edited by Rajiv; July 28th, 2011 at 04:38 AM.
I am a bit confused..
Do you want to be able to add a URL to a mySQL database? Then this URL displayed on a JSP page?
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
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.
Last edited by Rajiv; July 28th, 2011 at 06:58 AM.
awaiting for reply.................
in hyper link display it in below format
And in anotherpage.jsp get the argument using resquest.getParameter("date");<a href="anotherpage.jsp?date=2007.15.06">2007.15.06</a>