["Followup-To:" header set to alt.comp.lang.javascript.]
On 2005-09-17, Shabam <chalupa (AT) yomama-nospam (DOT) com> wrote:
Quote:
I need to have a static html page basically pass all GET arguments from one
page to another. For example, I'm on page A. It has "x=12&y=45". There's
a link on page A that goes to page B. Page B has a link to page C.
Basically what page B needs to do is pass the "x=12&y=45" to page C. It
doesn't need to do anything other than pass it.
How can I do this? |
pass them using get, and grab from document.location.query using javasccript.
you'll need to unescape() them before using them.
--
Bye.
Jasen