[thelist] An annoying Javascript problem

Anthony Baratta Anthony at Baratta.com
Fri Sep 22 19:13:39 CDT 2000


Two ways off the top of my head:

One -

Pass the variables via a Query String. e.g. 
newpage.html?value=data&value2&data2
Collect them on the new page by parsing the Query String and use and abuse.

Two -

Set the variables as "global" for the page and then call them by reference. 
Something like this (but not completely sure) opener.document.variable or 
maybe opener.variable. (opener is the "quick and dirty" way to work with 
the window that opened ya.)



----
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list