HI,
I am trying to pass a variable using a querystring in a javascript function. This is how my code looks,
"page.asp?varname="+jsname;
Doing this tells me that the varname is undefined. But I do an alert and the proper info shows. It is just not passing the info through the querystring.
Any ideas??
Thanks, in advance,
T
I am trying to pass a variable using a querystring in a javascript function. This is how my code looks,
"page.asp?varname="+jsname;
Doing this tells me that the varname is undefined. But I do an alert and the proper info shows. It is just not passing the info through the querystring.
Any ideas??
Thanks, in advance,
T