macromedia.coldfusion.flash_integration
[Top] [All Lists]

newbie: change values via button

Subject: newbie: change values via button
From: "wilco_nl" <webforumsuser@xxxxxxxxxxxxxx>
Date: Fri, 11 Apr 2008 19:55:01 +0000 (UTC)
Newsgroups: macromedia.coldfusion.flash_integration

Dear,

 Currently, I'm trying some features of ColdFusion, (8.0.1). I'm a newbee in 
cfform (flash). Please have a look into my code. The text '123' should change 
in '456' by onclick. But, it doesn't.

 Please help me to to fix this or more documentation.

 Thanks a lot,

 Wilco

 <cfform name="test" height="500" width="220" format="flash">
     <cfformitem name="changethis" type="text">123</cfformitem>
     <cfinput name="knop" type="button" value="druk" 
onclick="{test.changethis='456';}" />
   </cfform>


<Prev in Thread] Current Thread [Next in Thread>