jenweb
November 17th, 2002, 01:19 AM
I'm probably missing something pretty obvious here, but I just started with ActionScript on Friday (trying to make a client happy). I've been digging through these forums until my eyeballs are ready to fall out and can't find the answer, although I've found answers to many other questions here in the last two days - thanks!
Anyway, I'm trying to use getURL to grab an ASP page and pass a querystring. It works dandy on my local computer, doing everything I'd expect it to do. When I upload it to the server, getURL doesn't anymore. I've tried everything I can think of ...nothing's made a difference.
The code I'm using is:
_root["this"+polyID].onRelease=function(){
getURL("http://www.jenweb.net/geo/test.asp", "_blank");
}
...in its simplest form. I've tried every permutation of targets and ways to pass variables that I can think of.
The movie is over here (http://www.jenweb.net/geo/xml_pull_8.html) and the .fla is here (http://www.jenweb.net/geo/xml_pull_8.fla) (32k) .
Thanks for any ideas...
Jennifer
Anyway, I'm trying to use getURL to grab an ASP page and pass a querystring. It works dandy on my local computer, doing everything I'd expect it to do. When I upload it to the server, getURL doesn't anymore. I've tried everything I can think of ...nothing's made a difference.
The code I'm using is:
_root["this"+polyID].onRelease=function(){
getURL("http://www.jenweb.net/geo/test.asp", "_blank");
}
...in its simplest form. I've tried every permutation of targets and ways to pass variables that I can think of.
The movie is over here (http://www.jenweb.net/geo/xml_pull_8.html) and the .fla is here (http://www.jenweb.net/geo/xml_pull_8.fla) (32k) .
Thanks for any ideas...
Jennifer