ColdFusion - Basic Flash Forms
Submitted by Depot Kite on Mon, 2006-03-06 15:41.
Here is a basic example of a flash form using a pop up calendar that goes into a text field.
To see this in a working mode please check this website: Flash Calendar
<cfform format="flash" action="formdump.cfm">
<cfinput name="DateInTheaters"
label="Release Date"
type="datefield"
width="150">
<cfinput name="btnSubmit"
type="submit"
value="Process">
</cfform>

Recent comments
1 year 20 weeks ago
1 year 46 weeks ago
1 year 46 weeks ago
1 year 50 weeks ago
1 year 50 weeks ago
1 year 50 weeks ago
2 years 6 days ago
2 years 13 weeks ago
2 years 13 weeks ago
2 years 14 weeks ago