WebCalendar 1.1.2. WebCal 1.x-dev. (downloaded 12:30 PM DST 7 June 2007) Drupal 5.1 with Garland theme.

Both IE 7.0.5730.11 and FireFox /2.0.0.4 both show nothing when I look at My Calendar. (Except the My Calendar H2 title).

Looking at the source HTML, I see I have the "your browser does not support iframes" message.

But I have gotten calendars in iframes (scrolling iframes even) before.

And I read all the subject lines much more carefully this time, trying not to be a pain in the .......

Thanks

Comments

jaredwiltshire’s picture

Title: FireFox 2.0, IE 7 do not support iframes? » Problem viewing calendar

FF2 and IE7 do support iframes. The text in between the iframe tags is displayed on the page if the browser doesnt support iframes.

Check your path in the WebCalendar settings in Drupal. i.e. go to admin/settings/webcal and check the path setting is correct.

If it still doesnt work, view the source of the calendar page and post your iframe tag here (should look like what I posted below).

<iframe src="webcalendar/month.php" id="webcal" frameborder="0" style="width: 100%; height: 720px"><p>Sorry your browser doesn't support iframes's.</p></iframe>

Anonymous’s picture

I thought they did. :-)

Here's the snippet of HTML (from FireFox 2.0.0.4)

My Calendar

Sorry your browser doesn't support iframes's.

Anonymous’s picture

This should look more informative:


<h2>My Calendar</h2>          
          
<iframe src="WebCalendar-1.1.2/month.php" id="webcal" frameborder="0" style="width: 100%; height: 720px"><p>Sorry your browser doesn't support iframes's.</p></iframe>

<span class="clear"></span>

enxox’s picture

same configuration, same issue for me!

 <h2>Calendar</h2>          
 <iframe src="/webcalendar/month.php" id="webcal" frameborder="0" style="width: 100%; height: 720px"><p>Sorry your browser doesn't support iframes's.</p></iframe> 

code in IE7

drgonzo69’s picture

Hello,

I had the same problem and I solved it by inserting the right relative path (i put the absolute path before) into administer>site configuration>web calendar.
It works with ie6, ie7 and firefox.

Bye.

PS: I'm french, then sorry for english mistakes if there's any

DrGonzo

duaelfr’s picture

Status: Active » Closed (won't fix)

This version of WebCalendar integration is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.