Forums
This topic is locked
Pass form value beyond redirect page
26 May 2004 14:23:50 Jon McGee posted:
I have a search facility on every page of my site. However for the results page I have to create a seprerate page for Mac IE because layers muck up. Now I know how to redirect a page so it goes to a mac version. However I don't want to recreate a mac version of the entire site.I just want it so when a user does a search it gets the value, redirects to a mac page and whacks the value in. How do I mantain the value? Because at the moment you do a search, it goes to the results page, the results page says 'wait, this is a mac, ill redirect to the mac results page' and then no results are displayed.
Thanks,
Jon
Edited by - jonny mags on 27 May 2004 11:48:38
Replies
Replied 21 Jun 2004 14:34:49
21 Jun 2004 14:34:49 Simon Martin replied:
On the results page set a variable with the value then append that value to the redirect url, so...
response.redirect "macpage.asp?value=myVar"
then pick that up and filter your recordset there
HTH
Simon
response.redirect "macpage.asp?value=myVar"
then pick that up and filter your recordset there
HTH
Simon