Groups | Blog | Home
all groups > coldfusion flash integration > july 2007 >

coldfusion flash integration : Buttons for links inside flash form


ghouser
7/31/2007 9:53:06 PM
Is it possible to place buttons inside a flash from and use these buttons to
exit the form and go to another page? I assume using GetURL would be used but
I haven't been successful in making it work. I also thought about making each
button a submit button with a CF variable as the value and then letting it pass
that value to the "action" of the form, but again... no luck. I think I'm
barking up the wrong branch of the tree so to speak.
The ScareCrow
7/31/2007 11:38:44 PM
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=22&
threadid=1184682&highlight_key=y&keyword1=geturl

Or you can do a search (archive) of the rich forms forum to find many more
ways to do this, search geturl

Ken
ghouser
8/1/2007 2:25:55 AM
Thanks Scarecrow. That lead me to what I was looking for, proper syntax for the form item.

<cfinput type="button" name="myButton" onclick="getURL('mypage.cfm')" value="NEW SEARCH">

AddThis Social Bookmark Button