Question
Open ASP page with Flash (newbie)
I am trying to open a premade .asp page when the user clicks
a button. I have tried to use the getURL code but it asks me to
open or save the file. I click open, and it opens in DreamWeaver.
This is my code:
getURL("contact.asp", "_blank")
I know I may be going about it the wrong way, but the truth is, I know nothing about .asp and thought it was the same as a regular web page. Any suggestions will be helpful. Thanks in advance!!!
getURL("contact.asp", "_blank")
I know I may be going about it the wrong way, but the truth is, I know nothing about .asp and thought it was the same as a regular web page. Any suggestions will be helpful. Thanks in advance!!!