Replace the text in each text field below with the correct JavaScript object, property, method, function name or comment. Click the test your code! button and see your JavaScript code in action.

 
<html>
<head>

<title>JavaScript open window example</title>
<script language = "JavaScript">
function 1 ( ) {

    window.open("2 ","name of window",
    "toolbar=3,location=4,
    directories=5,status=6,
    scrollbars=7,resizable=8,
    copyhistory=9,width=10,
    height=11");
} </script>

<a href = "JavaScript: 12 ( )";return true;">
Click here to open a window.</a>

</body>
</html>

 




Ask questions & get answers at the JavaScript forum >>

Back to example index

©2000 Joe Sriver, www.sriver.com