0
How to script button to go to URL inside of flash form
New Here
,
/t5/coldfusion-discussions/how-to-script-button-to-go-to-url-inside-of-flash-form/td-p/2578515
Apr 09, 2010
Apr 09, 2010
Copy link to clipboard
Copied
If a button is of type="button", how would you script it to go to a URL?
Would you use ActionScript 2 or 3 for ColdFusion 8 instead of JavaScript?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
3Dgregory-l6Pj6i
AUTHOR
New Here
,
LATEST
/t5/coldfusion-discussions/how-to-script-button-to-go-to-url-inside-of-flash-form/m-p/2578516#M116494
Apr 09, 2010
Apr 09, 2010
Copy link to clipboard
Copied
I figured it out. I had to use ActionScript inside of javascript, such as
onclick="window.location='http://www.lynda.com'"
This worked:
onclick="getURL('http://www.adobe.com')"
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

