Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
sakang #1
input type="button"
Hi all,
I have a flash form that contains an input type="button" with an onclick event
that goes to an AS code. I need to be able to access the value of that button
so I can differentiate which one has been clicked.
Example:
<cfinput type="button" name="button1" width="104" value="Button 1"
onclick="#asode#" />
<cfinput type="button" name="butto21" width="104" value="Button 2"
onclick="#asode#" />
AS Code:
<cfsavecontent>
//check which button has been clicked, then do appropriate processing:
</cfsaveconten>
I appreciate any opinion!!!
sakang Guest
-
Help please: Exception when with <input type="file"> but not with Textbox
I've encounted a pretty strange problem and I'm not quite sure what to make of it. I have a web service that consumes an XML file as well as a... -
<input type="image"... based custom control
I have created one of these controls but arent getting any call backs. I've got the source from the MSPress book "Developing Microsoft ASP.NET... -
problem with reset/clear in <input type="file" >
how to clear values in input file object. In My Form i need to upload a file and enter some values in other text fields. i have "Submit" and... -
HTML + <input type="File">
Hi I'm trying to set default value for input type file. <input type="File" name="tx_pdffile" accept="*.pdf" class="boxText" value="abc.pdf"> ... -
<input type="file"> readonly
Just reading from a previous thread about multiple uploads. I wanted to use script to create multiple input file elements that put the path in as...



Reply With Quote

