sugar2
05-20-2005, 08:19 PM
hi
i have 2 pages, one have two javascript variables assigned, lets say...
PAGE 1:
<script>navnext = 1</script>
<script>navlen = 7</script>
PAGE2:
how can i pull the PAGE1 variable values?
note1: also my two pages are in the same domain.
note2: i know that the PASSING method using SUBMIT button works well in this cases, but the thing is that i wont pass the variable... i want to pull the variable...
only using javascript or DOM, no dinamic php either asp...
i tried to changing the context of the page like
<base href='http://mypage.domain/' target='_self'> with no results, also i need to call the same pair of variable of too many pages from the same page...
any javascrip or DOM idea?
thanks members
i have 2 pages, one have two javascript variables assigned, lets say...
PAGE 1:
<script>navnext = 1</script>
<script>navlen = 7</script>
PAGE2:
how can i pull the PAGE1 variable values?
note1: also my two pages are in the same domain.
note2: i know that the PASSING method using SUBMIT button works well in this cases, but the thing is that i wont pass the variable... i want to pull the variable...
only using javascript or DOM, no dinamic php either asp...
i tried to changing the context of the page like
<base href='http://mypage.domain/' target='_self'> with no results, also i need to call the same pair of variable of too many pages from the same page...
any javascrip or DOM idea?
thanks members