|
-
Mar 12th, 2002, 11:26 PM
#1
Thread Starter
Member
Global Javascript across pages
I'm sure this has been asked (maybe even by me) but...
Are there global javascript vars that can be accessed across pages? Like a asp session variable but in javascript?
thanks in advance
Michael
-
Mar 13th, 2002, 04:01 AM
#2
Hyperactive Member
The only way to obtain this functionality with javascript, is to use session (non cached) cookies to store any data you want passing to another page!
Or
have a hidden frame that contains your javascript program.
open new pages in the main frame and access functions and vars from the hidden frame!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|