|
|
Q377 How can I access the value of a variable set on a different page - when I have to go through an intermidate page first?
irt.org | Knowledge Base | JavaScript | Link | Q377 [ previous next ] Q377 How can I access the value of a variable set on a different page - when I have to go through an intermidate page first?Use a frameset with a hidden frame:
Store the variable in the parent frame:
When the 2nd page is loaded access the variable in the parent frame.
|
-- div -->
|