W
wmsopou
Below is a quote from window XP sp2 about popup bloking. I basically
says that links are not blocked, but somehow my java script in a <a
href="" onClick="javascipt:window.open(..);return false;"> is still
blocked. Whats the deal??
What does Internet Explorer consider a pop-up window?
Internet Explorer will attempt to block any window opened automatically
from script, with the exception of createPopup(). Some common functions
that are affected are window.open(), showModelessDialog(),
showModalDialog(), and showHelp(). (Note: Targeting the search pane
automatically is also blocked due to pop-up blocking restrictions.)
A pop-up window opened as a direct result of a user action (e.g.,
clicking a page element) will not be blocked. Pop-up blocking does not
apply by default to the Intranet or Trusted Sites Zones.
says that links are not blocked, but somehow my java script in a <a
href="" onClick="javascipt:window.open(..);return false;"> is still
blocked. Whats the deal??
What does Internet Explorer consider a pop-up window?
Internet Explorer will attempt to block any window opened automatically
from script, with the exception of createPopup(). Some common functions
that are affected are window.open(), showModelessDialog(),
showModalDialog(), and showHelp(). (Note: Targeting the search pane
automatically is also blocked due to pop-up blocking restrictions.)
A pop-up window opened as a direct result of a user action (e.g.,
clicking a page element) will not be blocked. Pop-up blocking does not
apply by default to the Intranet or Trusted Sites Zones.