Hi ,
I am working on the ajax 'coldfusion.window' feature of coldfusion 8.0 . I am having a cfform in the pop up cfwindow . when i submitting the cf pop window . it throw above mentioned error on the submit page . it is not submiting any form data from the cold fusion pop window'frmBMI.cfm' to action page'frmHealthTools' defined in the action attribute of cfform .
the code for cfwinow are
<cfform name="BMI" action="view/frmHealthTool.cfm" method="post" >
<cfinput type="hidden" name="process" value="true" />
<cfinput type="hidden" name="page_id" value="12" />
<cfinput type="hidden" name="update" value="addVitals" />
<cfinput type="submit" name="submit" value = 'Calculate' class="f_green_btn" >
</cfform>
This code is working fine on IE 7.0 and Fire Fox but It throw error on the IE 6.0 .
Please reply with some solution.
Looking for early reponse.
Thank
Rajesh Kumar
CF Developer
India
↧
Error retriving mark up for element 14_window_body :element process is undefined in the form
↧