Ticket #9539: bug.html

File bug.html, 301 bytes (added by Nowell Strite, 16 years ago)

This page will demonstrate the problem if you open it in IE7 (haven't tried older versions)

Line 
1<html>
2<head>
3</head>
4<body>
5<h1>IE Window Popup bug</h1>
6<a href="javascript:window.open('http://www.djangoproject.com', 'window___dash__name')">Working Window Popup</a> |
7<a href="javascript:window.open('http://www.djangoproject.com', 'window-name')">Broken Window Popup</a>
8</body>
9</html>
Back to Top