Neptunus Maris Posted October 18, 2007 Share Posted October 18, 2007 Why do some functions in JS work with Firefox and then not in Internet Explorer... Then when you look at the code there is nothing wrong with it...damn internet explorer! has anybody experienced this? -Rashaud! Quote Link to comment Share on other sites More sharing options...
emehrkay Posted October 18, 2007 Share Posted October 18, 2007 yes. that is because ie has some strange constraints and ff may have some built in functionality that ie doesnt. post your function so we can check it out Quote Link to comment Share on other sites More sharing options...
Neptunus Maris Posted October 18, 2007 Author Share Posted October 18, 2007 function open_pp() { window.open("../info/policies/agreement_print.php?p=11","Privacy Policy","menubar=1,resizable=0,scrollbars=1,width=820,height=600"); } Quote Link to comment Share on other sites More sharing options...
emehrkay Posted October 18, 2007 Share Posted October 18, 2007 is Privacy Polocy the name of the window? If so, IE doesnt support spaces Quote Link to comment Share on other sites More sharing options...
Neptunus Maris Posted October 18, 2007 Author Share Posted October 18, 2007 Works! Thank You! Quote Link to comment Share on other sites More sharing options...
sidestepper Posted October 18, 2007 Share Posted October 18, 2007 I haven't had certain functions not work at all, but I have had issues with some javascript pop-up calendars not always loading with the page in IE 7, yet always load with FF, in IE 7, I often will have to refresh the page or use something on the page which makes it reload the page before the js calendars show. Then again, it could also be the code, has anyone ever had js not always(but sometimes) load with the page in IE ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.