Forums
This topic is locked
Redirection advice needed.
Posted 21 Mar 2003 15:39:07
1
has voted
21 Mar 2003 15:39:07 Raymond Keattch posted:
Page 1 a is a search page with 5 combos.Page 2 displays a list of jobs by building a SQL statement based on form input on page 1
Page 3 is an update page. It displays job details depending on the JobID from page 2
After the update button is pressed on page 3, I want the user to be redirected to page 2. Page 2 is expecting form input from page 1 so it just fails if I redirect to it - how do I pass the needed variables to page 2 after the update on page 3?
RayK
Replies
Replied 26 Mar 2003 03:06:28
26 Mar 2003 03:06:28 Trey Wentz replied:
Have your items on on page one populate session variables and have page two pull from the session variables you set rather than the "get" or "post".
-JustTrey
www.sitespins.com
"We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true."- Robert Wilensky
-JustTrey
www.sitespins.com
"We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true."- Robert Wilensky