View Single Post
  #1 (permalink)  
Old Mar 14th, 2008, 14:34
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
CalendarPopup.htc only works sometimes for IE7?

I've been asked to look at a problem with a calendar control on a content driven website we maintain.
Here's the code from the top of the page when it is included.


Code: Select all
html xmlns:astutemedia>
<head>
  <?import namespace="astutemedia" implementation="../../../includes/clientside/calendar/CalendarPopup.htc">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
We have 2 servers, one is for live usages by our clients and the other is for testing by ourselves.
The problem is that on the test box this control works in IE6 and IE7 but on the live box, the control works in IE6 and not in IE7. What happens in IE7 is a box appears with a red x in the corner (like that of a missing image). I managed to get the source from this but all that's displayed is

Code: Select all
<html><body></body></html>
Should I be looking at IIS settings or is there some specific reason IE7 won't display on one but will on the other?
Many thanks for any suggestions in advance.
Reply With Quote