Site isn't working on IE6

  1. #1

    Site isn't working on IE6


    Hi,

    I've create a simple test page, with only a title and a gridpanel, but for some reason is not working under a box with windows 2000 and IE6,
    As as the page load is throwing a javascript error message saying "ext is not defined" and nothing is finally rendered.

    same page is working just fine on another box with windows xp and IE6.

    Any idea on how to solve this?

    thanks!
  2. #2

    RE: Site isn't working on IE6

    Can you post a simplified example of the test page? Would be easier to determine if we can see the markup.

    Cheers,
    Timothy
  3. #3

    RE: Site isn't working on IE6

    I have the same problem on any page with any Coolite control - under W2k with IE6 - XP, no problem, etc. but Win2k - lots of errors
  4. #4

    RE: Site isn't working on IE6

    You can try adding the following line to Page_Init or Page_Load (preferrably in a basepage or masterpage). IE6 doesn't play nice with GZip compression. If you are running IIS7, then good luck as we have not been able to get win2k to work with IIS7 and https.

    
    
    
    'Turn off Coolite resource compression for Win2000 and IE6
    
    
    If Coolite.Ext.Web.Ext.IsIE6 AndAlso Request.Browser.Platform.Equals("Win2000") Then
    
    
    Me.Master.ExtScriptManager.CleanResourceUrl = False
    
    
    End If

Similar Threads

  1. [CLOSED] 1.3 and 2.0 in same site
    By cmack in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 13, 2013, 4:13 AM
  2. Replies: 2
    Last Post: May 23, 2011, 10:45 AM
  3. Replies: 2
    Last Post: Apr 04, 2011, 12:32 PM
  4. 1.0 Sample Site Setup
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 0
    Last Post: Mar 02, 2010, 9:50 AM
  5. Examples site problem...
    By drakaan in forum Examples and Extras
    Replies: 7
    Last Post: Sep 15, 2009, 2:18 PM

Posting Permissions