Search Result

Collapse
2 results in 0.0015 seconds.
Keywords
Members
Tags
ie9
  •  

  • Why does script side code seems to be executing at client in IE9?

    Using IE9 on Windows Server 2008R2, I'm stepping through code with the built-in debugger. The debugger always flags the Server.Execute call as an error saying that 'Server' is not an object. The server side is Windows 2003 R2 Standard Edition with SP2. It is running IIS v6.0.

    I'm using RUNAT=Server, so why would this not work? Why is the debugger even seeing this at the client side?

    Code:
    ***Goresdb.asp -- gets
    ...
    See more | Go to post

  • spunwicked
    started a topic ChooseColorDlg() and Internet Explorer 9

    ChooseColorDlg() and Internet Explorer 9

    Hi,

    For many years the following code has worked perfectly for me to envoke a non persistent colour picker:

    Code:
    dlgHelper.ChooseColorDlg();
    However, in Internet Explorer 9, no dice. It simply doesn't load the colour picker anymore. I have scoured the web searching for anything that may shed some light on this but can't find a thing.

    Any help would be very appreciated.

    In the words...
    See more | Go to post
Working...