Glyn

Is it just me or is there no opening CFDIV?

-----Original Message-----
From: Glyn Jackson [mailto:[email protected]] 
Sent: Thursday, March 18, 2010 12:02 PM
To: cf-talk
Subject: CFDIV does not work in IE8 and any one review domain?


Hi could someone take a look at the following domain...
http://www.she-says.net/

In Firefox, Chrome etc the cfdiv works however in IE 8 when you click
submit, read answer then it brakes coming back i.e. does not display.

any reason why this happens in IE8?

code below

<cfajaximport tags="cfform,cfdiv">
<cfajaxproxy cfc="#rc.locColdBoxProxy#" jsclassname="cbProxy">
<cfdiv id="questionWindow">

<cfscript>
        myPlugin = getPlugin(plugin="fieldThis",customPlugin=true);
        myPlugin.setType(type=rc.questionBean.gettype_id());
        myPlugin.setAnswers(answers=rc.questionBean.getquestion_answers());
        myPlugin.setCols(cols=rc.questionBean.getquestion_column());
</cfscript>


<cfform name="question" id="question" method="post"
action="#getSetting('sesBaseURL')#/survey/saveQuestion.cfm"> 


         

        <cfoutput><br/>
        <h3><b>#rc.LookupQuestionBean.getquestion_order()#)</b>
#rc.questionBean.getquestion_text()#</h3>
        </cfoutput>
        
        <cfoutput>#myPlugin.renderIt()#</cfoutput>
        <cfinput type="hidden" name="survey_id"
value="#rc.surveyBean.getSurvey_id()#" />
        <cfinput type="hidden" name="question_id"
value="#rc.questionBean.getQuestion_id()#" />
        <cfinput type="hidden" name="sch_id"
value="#rc.schoolBean.getsch_id()#" />
        <cfinput type="hidden" name="startLayout" value="false" />
    <input type="submit" id="questionSubmit" class="questionSubmit" value=""
>
</cfform>


</cfdiv> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331879
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to