GNS VE

Greenhorn
+ Follow
since Oct 05, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by GNS VE

Hello everyone,
I have a question on Page Navigation with JSP & BEAN .
I am kind of new to this field and kind of confuse, pls help.
First of all I have few Variable and I send it to my JSP Page and
I get
hello=1&me=2&me=3
I need to make a page navigation,
so I add OFFSET & LIMIT to my SQL query and also I set a hidden offset=1 on the first page.
then "<A HREF="show.jsp?offset=10">NEXT</A><BR>"
Is there any way to send the first "hello=1&me=2&me=3" string information with the NEXT Button?
thanks
[ October 08, 2003: Message edited by: Bear Bibeault ]
20 years ago
JSP