[Javascript] Passing variables from one page to another

Ian Skinner ian.skinner at bloodsource.org
Thu Dec 28 09:29:19 CST 2006


If I can run a function on onload() and another on onbeforeunload(), 
one might think you should be able to easily pass variables between 
the two.

You can, those are two events on the same request.  It is from one request to another that the statelessness shows its head.  NOTHING is inherently passed between separate requests.


--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

---------
| 1 |   |
---------  Binary Soduko
|   |   |
---------
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 


-------------- next part --------------
An embedded message was scrubbed...
From: "tedd" <tedd at sperling.com>
Subject: RE: [Javascript] Passing variables from one page to another
Date: Thu, 28 Dec 2006 06:58:15 -0800
Size: 5038
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20061228/f5ed4bec/attachment.eml>


More information about the Javascript mailing list