|
|
Q160 Can you access global variables (such as MyName) from a different page than where it is held?
irt.org | Knowledge Base | JavaScript | Misc | Q160 [ previous next ] Q160 Can you access global variables (such as MyName) from a different page than where it is held?There are four means of passing data from one page to another:
There are loads of articles/examples on this site that describe the first three options. Far and away the best is the 2nd method:
And then in the next page:
NOTE: the above technique "appears" to fail in Internet Explorer 3 and 4. If it does fail, this is because you are attempting this offline. Once you move your pages online it will work. Feedback on 'Q160 Can you access global variables (such as MyName) from a different page than where it is held?' |
-- div -->
|