Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
m@dd0g #1
CFcalendar onchange submit form
I'm trying to use the CFCALENDAR to submit my form using ONCHANGE. I don't
know ActionScript, which is required by ONCHANGE, but was able to find some
code that appeared to work just fine. I was using Mozzila Firefox 2.0.0.3, but
when I use Internet Explorer 6.0.2900.2180 it doesn't register the date change.
I've tried googling a lot of different things and can't find anything on it.
Has anybody else run into this and/or have a solution? Thanks in advance.
<cfparam name="form.TestDate" default="#dateFormat(Now(),"mm/dd/yyyy")#">
<p><b><cfoutput>Date: #form.TestDate#</cfoutput></b></p>
<cfform format="html" name="TestForm" id="TestForm" action="cfcalendar.cfm">
<!--- ActionScript code below is courtesy of
[url]http://flashmove.com/forum/showthread.php?t=14465[/url] --->
<cfcalendar name="TestDate" selecteddate="#form.TestDate#"
onchange="getURL('javascript:document.TestForm.sub mit();');">
</cfform>
m@dd0g Guest
-
Submit PDF Form
I've created my first PDF Form in Acrobat 7.0 Professional, with a "submit-form" button. Now, I want the filled-out form to be sent as an attachment... -
onchange="this.form.submit()" trouble
Happy New Year Everone I have a two select drop down menu. The first populates the second. Problem: After i attach the submit button the page... -
cfcalendar with HTML form
I can not use the new flash forms because they are not 508 Compliant. Is there any way to have the <cfcalendar> on a NON-FLASH page and still have... -
flash form: tabnavigator & onChange to change webpage
I would like to jump to different webpage depending on which tab I click. I tried an actionscript , getURL, but when the form loads the first... -
Form Field/ Form Submit Problems (probably an easy answer...)
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works... -
m@dd0g #2
Re: CFcalendar onchange submit form
Here's the alternate solution that I came up with: [url]http://bartramsbits.blogspot.com/2007/05/submit-cfcalendar-onchange.html[/url]
m@dd0g Guest
-



Reply With Quote

