G
Guest
I want to maintain page context between pages.
Search -> Edit -> back to Search w/last search there and some variants
The thing is I also want people to be able to hit Control+N for a new window and get a new search. I'd also like to be able to use the foward and backward navigation. So far I've been able to do the following:
I can create a function key, pass it on the URL, pick up the values from the url, send a form back that auto submits with the URL rewritten and context on the form or a variant of this. This has the side effect of no navigation...
or
I can create a function key, pass it on the URL, pick up the values from the url and use those. This has the side effect of if I hit control+N the new window is using the current windows context. Which can be really bad in some cases...
Both to work to a point. Is there a .net way to do this? I seem to be a bit thick headed this morning.
Thanks,
Larry
Search -> Edit -> back to Search w/last search there and some variants
The thing is I also want people to be able to hit Control+N for a new window and get a new search. I'd also like to be able to use the foward and backward navigation. So far I've been able to do the following:
I can create a function key, pass it on the URL, pick up the values from the url, send a form back that auto submits with the URL rewritten and context on the form or a variant of this. This has the side effect of no navigation...
or
I can create a function key, pass it on the URL, pick up the values from the url and use those. This has the side effect of if I hit control+N the new window is using the current windows context. Which can be really bad in some cases...
Both to work to a point. Is there a .net way to do this? I seem to be a bit thick headed this morning.
Thanks,
Larry