Update:

I switched off debugging in the CF admin, and the page loads fine. Strange,
although not a problem in a production environment.

However, when I put the code inside a cfpod, I get an "Error in processing
markup for element" relating the the pod contents. The cf Ajax logger isn't
any more specific. The cfpod,cfform tags are imported with cfajaximport.

The cfpod looks like this:

<cfpod source="pods/event-suggest-pod.cfm" name="event-suggest-pod"
overflow="visible" width="470" height="300"
bodystyle="background-color:##e5e2d3;
border-color:##FFFFFF;font-size:11px;font-family:Arial,Helvetica,sans-serif;
font-weight:bold;padding-left:4px;padding-top:2px;padding-right:4px">
        
</cfpod>

and event-suggest-pod.cfm looks like this:

<cfform enctype="application/x-www-form-urlencoded" method="post"
name="eventForm" id="eventForm">
<table>

    <tr>
        <td colspan="2">Suggest an event for inclusion</td>
    </tr>
    
    <tr>
        <td>Date</td>
        <td><cfcalendar 
                    name = "event_date"
                    height = "180"
                    tooltip = "select a date for this event"
                    width = "180"></td>
    </tr>

     <tr>
        <td colspan="2"><cfinput type="submit" name="submitBtn"></td>
    </tr>

</table>
</cfform>
        


-----Original Message-----
From: Will Swain [mailto:[EMAIL PROTECTED] 
Sent: 20 February 2008 21:40
To: CF-Talk
Subject: cfcalendar and IE 7 bug?

Hi all,
 
I'm having a problem using cfcalendar in IE7. Works fine in FF. This is on
CF8 Enterprise.
 
The code is very simple:
 
<cfform enctype="application/x-www-form-urlencoded" method="post"
name="eventForm" id="eventForm">
 
<cfcalendar 
      name = "event_date"
      height = "180"
      tooltip = "select a date for this event"
      width = "180">
 
<cfinput type="submit" name="submitBtn">
 
<cfform>
 
The page loads fine in FF, but in IE7 it chucks up all manner of Javascript
errors. I'm assuming this must relate to the CF generated javascript for the
cfform and cfcalendar.
 
Any ideas?
 
Will




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299524
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to