|
|
|
|
@ -18,11 +18,11 @@ |
|
|
|
|
<a href="javascript:window.open('popup.html', '_blank')">Popup 2</a> |
|
|
|
|
- with second argument _blank |
|
|
|
|
</p> |
|
|
|
|
<b>Will be opened in popup window</b> |
|
|
|
|
<p> |
|
|
|
|
<a href="javascript:window.open('popup.html', '_blank', 'left=100,right=200')">Popup 3</a> |
|
|
|
|
- with left and righ (should be opened as popup, but how to detect it?) |
|
|
|
|
- with left and righ |
|
|
|
|
</p> |
|
|
|
|
<b>Will be opened in popup window</b> |
|
|
|
|
<p> |
|
|
|
|
<a href="javascript:window.open('popup.html', '_blank', 'width=150,height=150')">Popup 4</a> |
|
|
|
|
- with width and height |
|
|
|
|
|