![]() |
|
|
+ Search |
![]()
|
Jul 30th, 2001 06:21
Darren Nelson, Mark Chambers,
Instead of passing the data from one page to another (or one window to another) try storing the data in the cookies file. The calling page can serialize and store the data, then the target page can deserialize it and use it. Darren