Can anyone help me figure out why
window.open('someimage.jpg') doesn't work in IE. Is there some sort of build-in pop-up blocker?
Also if my page has javascript on it IE displays a message at a top of the browser window asking weather or not I want to allow blocked content. Is there any way to bypass this message without making a user go in and manually allow the page to load.
Thanks a lot guys.
window.open('someimage.jpg') doesn't work in IE. Is there some sort of build-in pop-up blocker?
Also if my page has javascript on it IE displays a message at a top of the browser window asking weather or not I want to allow blocked content. Is there any way to bypass this message without making a user go in and manually allow the page to load.
Thanks a lot guys.