Can I create
Hi,
Is i t possible to declare variables that can be accessed several diffrent times on a page with java script?
x-ample:
<Script>
var myVar;
Function openPage(page){
}
</Script>
<body>
<a href="javascript:openPage(myVar);"></a>
Thanks
Hi,
Is i t possible to declare variables that can be accessed several diffrent times on a page with java script?
x-ample:
<Script>
var myVar;
Function openPage(page){
}
</Script>
<body>
<a href="javascript:openPage(myVar);"></a>
Thanks