Forum Moderators: open
Like I said the links work fine in Firefox but this problem appears in IE6, perhaps also IE7 I dont know. I work in an intranet environment where only IE6 is used, therefore I'm also unable to supply you with any links.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test</title>
<script type="text/javascript">
function popup(target) {
window.open('', target, "width=500");
}
</script>
</head>
<body>
<a href="http://www.yahoo.com/" target="popup" onclick="popup(this.target);">Yahoo</a> ¦
<a href="http://www.google.com/" target="popup" onclick="popup(this.target);">Google</a> ¦
<a href="http://www.live.com/" target="popup" onclick="popup(this.target);">Live Search</a> ¦
<a href="http://www.altavista.com/" target="popup" onclick="popup(this.target);">Altavista</a> ¦
<a href="http://www.lycos.com/" target="popup" onclick="popup(this.target);">Lycos</a>
</body>
</html>