D
D R E
I have a list of names, and upon clicking the list, want each list item to
go to a different url. Is it safe to put the urls's like this?
<A HREF="resultsPg?rownumber=1">Select row 1</A>
<A HREF="resultsPg?rownumber=2">Select row 2</A>
<A HREF="resultsPg?rownumber=3">Select row 3</A>
resultsPg is a servlet. I want to return a page based on the row selected
from the list (rownumber).
Thanks.
go to a different url. Is it safe to put the urls's like this?
<A HREF="resultsPg?rownumber=1">Select row 1</A>
<A HREF="resultsPg?rownumber=2">Select row 2</A>
<A HREF="resultsPg?rownumber=3">Select row 3</A>
resultsPg is a servlet. I want to return a page based on the row selected
from the list (rownumber).
Thanks.