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

[346 byte] By [Fjack] at [2007-9-26 2:36:42]
# 1
Sure - declare the script in the <head> element and you should be good to go.
ShagVT at 2007-6-29 10:04:52 > top of Java-index,Archived Forums,New To Java Technology Archive...