Forum Moderators: open
Presently, <snip> is built entirely in frames -- to accomodate a third-party inventory and commerce system. I want to move it to a partially non-frame based architecture. I plan to do this via SHTML and SSI, still displaying the ticket inventory pages in frames. Maybe ASP, though I don't know much about ASP includes.
My dillemma is this. I want to keep the search box persistent -- read: on all pages. What is the best way to pass the query text from a non-frame to a frameset? Cookies? Javascript? A database?
I don't do much more than PERL hacking, so you know. I consider myself more a web designer than a webmaster.
[edited by: korkus2000 at 12:24 am (utc) on Mar. 20, 2003]
[edit reason] No specifics or URLs please [/edit]
more on asp sessions
[w3schools.com...]
more on asp cookies
[w3schools.com...]
ASP cookies are much easier to deal with than javascript cookies.