Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Variable

Status
Not open for further replies.

Sarky78

Programmer
Oct 19, 2000
878
GB
Hi

I have got a series of pages that have got variables defined on them. I want to be able to read these variables from the page (pg1) and assign the variable from pg1 to a new variable on pg2. neither of the pages are form submits so i can't use a form.vbl name convention

I have tried reading the pg1 a line at a time but it i can't get it to read the variable and assign it to a variable on pg2.

any ideas?
 
Use frames...
U load in an central frame the pages one by one and in one hidden frame store this variables when u change the page, and then get the values in other page from the hidden frame... ________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top