View Single Post
  #8 (permalink)  
Old Mar 19th, 2008, 14:52
Crow555 Crow555 is offline
Junior Member
Join Date: Mar 2008
Location: Lisburn, Northern Ireland
Age: 28
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Re: CalendarPopup.htc only works sometimes for IE7?

Mystery Solved, sadly problem isn't.

IE7 apparently doesn't allow scriptlets to work by default when the site you're visiting is part of the internet security zone. It does however when accessing sites on the intranet zone (hence why our test box works).

The calendarpopup.htc encapsulates the calendar.htc file and using the calendar.htm file as it's content source. It using 'text/x-scriptlet' as the mime type so you need scriptlets enabled to use it. IE6 apparently uses this still and it's being phased out as of IE7.

Anyway, the shortterm fix is

Go to Tools -> IE Options -> Click on Internet Zone -> custom level... button -> Scroll down to ActiveX controls and Plugins -> Turn 'Allow Scriptlets' to enable.

Our problem is telling 4000+ plus users to change this so it unforunately doesn't help us. I hope the above information helps someone else.
Reply With Quote