Home > internet explorer > ie8 error object required code 0

Ie8 Error Object Required Code 0

Contents

7 and 8) ... on my machine in IE 8 it works fine, on my wife's machine (IE 7) it works fine, on my laptop

Script16389 Unspecified Error Ie

(IE 6) it works fine ... and it works in EVERY other an error has occurred in the script on this page windows 7 browser out there (FF, Opera, Safari, Flock)... The guy is making me crazy with this dumb thing and I internet explorer 11 script error keeps popping up am saying it has to be something on his machine because I see no problems, nor get any errors on any of my machines. Here is the code: function show_preview() { window.open("c_pop.php?to="

Internet Explorer Script Error

+ document.getElementById('livesearch').value + "&sub=" + document.getElementById('subject').value + "&mess= " + document.getElementById('message').value, "Link", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=400,left=30,top=80"); } The error from IE is simple: "Object required" line 2 character 2 - the window.open is line 2 Anyone able to help me get this guy out of my hair cause I give up! SteveWh 2009-06-03 17:23:59 UTC #2 That one machine might be configured with customized Internet Explorer security settings that are more restrictive than the other machines. dc_dalton 2009-06-03 17:28:16 UTC #3 SteveWh said: That one machine might be configured with customized Internet Explorer security settings that are more restrictive than the other machines. He said he shut off all the security settings. I also found some info about Vista screwing up things but haven't heard back from him on whether he is using it. dc_dalton 2009-06-03 17:51:48 UTC #4 Sure enough, he is using Vista ... UGH crmalibu 2009-06-03 17:53:12 UTC #5 Break your code up into many lines so the line number in the error message is more specific. Instead of assuming an object has a property or method, test it before using it. if (window.open) { window.open(...); } var elem = document.getElementById('livesearch'); // elem could be null. trying to use a property of something that is null will throw an error if (elem) { // elem is not null, we can use the property elem.value; } Be aware that an element with the given id needs to exist at the time that script runs for getElementById() to be able to grab it. dc_dalton 2009-0

be down. Please try the request again. Your cache administrator is webmaster. Generated Mon, 17 Oct 2016 06:38:19 GMT by s_ac5 (squid/3.5.20)

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta http://stackoverflow.com/questions/3570750/ie-throws-an-object-required-error-when-trying-to-use-the-event-object-from-an Discuss the workings and policies of this site About Us Learn http://stackoverflow.com/questions/20788202/vbscript-code-object-required-error more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like internet explorer you, helping each other. Join them; it only takes a minute: Sign up IE throws an “Object required” error when trying to use the Event Object from another window/frame up vote 0 down vote favorite I found a JavaScript error in a script that I'm developing. I whittled it down to a pair of fairly concise pages ie8 error object that still produce the error: http://troy.onespot.com/static/4505/index.html http://troy.onespot.com/static/4505/iframe.html If you load the first page in Internet Explorer 8 (or probably 6 or 7, for that matter), give it about half a second to run the script, then click the "Google" link inside of the