Hi, I want to run a script on page like:
var userURLRequest:URLRequest = new
URLRequest("/_poll/takeit.php?pollid="+_pollid);
I don't want to navigate to the page just execute the script, how to
this please?
Thanks,
Patrick
Hi, I want to run a script on page like:
var userURLRequest:URLRequest = new
URLRequest("/_poll/takeit.php?pollid="+_pollid);
I don't want to navigate to the page just execute the script, how to
this please?
Thanks,
Patrick