A javascript variable used in multiple Web pages
Posted
by Paul
on Stack Overflow
See other posts from Stack Overflow
or by Paul
Published on 2010-04-15T19:10:15Z
Indexed on
2010/04/15
19:13 UTC
Read the original article
Hit count: 137
JavaScript
|variables
Is there any way to define a variable that can be used in multiple Web pages? For example, a string variable stores a certain value in page A and that value can be accessed in page B. I know cookies can do it. Is there any other way?
© Stack Overflow or respective owner