|
|||
The Pop Up WindowHere is the script for the popup window: The code below consists of an HTML form which calls script to produce a new browser window.
<FORM> <input type="button" value="click me!" onClick="window.open('popup.html','','width=425,height=350,screenY=175,screenX=150')"> </FORM>
|
|||
|
|||