Thread
:
Create Dynamic Hyperlink
View Single Post
•
•
Join Date: Dec 2007
Posts: 1,525
Reputation:
Solved Threads: 209
javaAddict
Offline
Posting Virtuoso
Re: Create Dynamic Hyperlink
0
#
5
Jan 5th, 2009
One more thing that I forgot to add in the example.
If you want the HTML to create a link like this:
<a href="viewdata.jsp?value1=
John
">
John
</a>
The jsp should be:
<a href="viewdata.jsp?value1=
<%= rs.getString(1)%>
">
<%= rs.getString(1)%>
</a>
Check out my
New Bike
at my
Public Profile
at the "About Me" tab
javaAddict
View Public Profile
Find all posts by javaAddict