Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Jim Wells #1
flash cfform
When I use cfform to create a flash form it never seems to load the flash part
on the first try. The page loads just fine, I can see all html parts, but the
flash part doesnt say loading or anything... just nothing. If I go back and
then click on the same link, or just refresh the page a few times, THEN it has
the flash loader and draws the form. It doesnt seem very dummy proof or am I
forgetting to add something?
Code im using to create the form.
<cfform name="myform" width="100%" height="350" format="flash"
skin="haloblue" timeout="99999"
onSubmit="if(Password.text != Password2.text ){ alert('Passwords do not
match'); return false;}"
action="createAccount.cfm" method="post" preservedata="yes">
Jim Wells Guest
-
cfform flash
Hello everyone. I am trying to get cfform format="flash" with ajax to work. I have set an onsubmit action on one of the buttons to update comments... -
cfform type=flash flash version compatibility
I am using cfform type="flash" - What flash version must the client have for this to work? Is there any url where I can find this compatibility docs? -
Problem with cfform flash
Movie not loaded... for <cfform format="flash" ...> This problem has been brought up couple of times on this forum, some people managed to get it... -
flash forms - cfform
I have entered the date into the database using creatodbcdatetime()function. How can I use or can I use the coldfusion function DateFormat() in the... -
cfform flash validation
How would you change the message that pops up in the cfform validation when incorrect values are entered. More along the lines of how to change the...



Reply With Quote

