Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
dbenitez #1
Clear an input field when user clicks in it
Im trying to clear a value of a cfinput when the user clicks in it. i used to
do this on html.
<input name="" onClick="(this.value=' ')"> can anybody tell me how can i do
this with the new CF7 and flash forms.
dbenitez Guest
-
My flex app is blank until the user right clicks andpresses "play"
I am using the html template that flex builder creates to do flash detection. It works great on every platform I've tested it on. Any ideas why it... -
cfcalendar date input into an input field
Like a JS datepicker, how do i use cfcalendar to input a date into an input field? Something like this:... -
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... -
CLEAR INPUT TEXT problem
hi, first i'll excuse for my english the problem is that i want to create a form when the user click on a inputtext is clear its content and let... -
Clear a Field in MS Access with ASP
Couple of points: a) Even if you set "Not Required", that just means you can enter a NULL value. It doesn't mean you can enter a Zero Length... -
lgschulz #2
Re: Clear an input field when user clicks in it
This is what I am using to clear my fields.
<cfinput type = "reset" name="reset" width="100" value = "Reset Fields">
lgschulz Guest



Reply With Quote

