Jun 13, 2002 #1 Jimuniguy Technical User Mar 6, 2002 363 GB Hi, I need to open a page called "Depfiles.asp?" and at the same time, pass the variable "Dept=1" in actionscript please. Can anyone help? I am using Flash MX if it helps Cheers James
Hi, I need to open a page called "Depfiles.asp?" and at the same time, pass the variable "Dept=1" in actionscript please. Can anyone help? I am using Flash MX if it helps Cheers James
Jun 14, 2002 #2 rgstewart Technical User Oct 2, 2000 343 GB Code: on(release){ getURL("Depfiles.asp?Dept=1"); } That should do it. Upvote 0 Downvote