Added by Geoff Sauer on Jun 06, 2006. Average rating: 2.25/5.00 (n=4, std dev: 0.96)
A web site should never force new windows on users. If it is necessary as exception to the rule, target="_blank" is the method to use. JavaScript's window.open does not send information about the referrer in IE.
A web site should never force new windows on users. If it is necessary as exception to the rule, target="_blank" is the method to use. JavaScript's window.open does not send information about the referrer in IE.