Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting a URL and passing a parameter upon clicking a button

Status
Not open for further replies.

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
 
Code:
on(release){
    getURL("Depfiles.asp?Dept=1");
}
That should do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top