Hi Keri, The output of the alert is "object".
I found this simple example that gives me the same error in IE8: http://www.javascript-coder.com/window-popup/javascript-window-open-example1.html Worth noting that I am using IE Collection so I can run 6, 7 and 8 together - so that may have something to do with it. However I have clients who have updated entirely and are reporting the same behaviour. Cheers Aaron ----- Original Message ----- From: Keri Henare To: [email protected] Sent: Wednesday, May 06, 2009 5:52 PM Subject: [phpug] Re: [OT] IE8 and Javascript Weird, haven't noticed this. alert(typeof window.open); and see what you get. should be function. Keri Henare +64 21 874 552 On 6/05/2009, at 5:39 PM, "Aaron Cooper" <[email protected]> wrote: Hi all. Just bouncing of the list as there is precious little in Google on this. We have a web app that opens popups using windows.open(). This has worked fine for IE7 down, Firefox, Opera and Chrome. In IE8, nothing happens and a debug window appears simply with "Class Not Registered". I have managed to debug the code to single out window.open() as the culprit. Has anyone else come across strange JS errors like this during the course of client's updating IE? Cheers Aaron --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
