Assignment 11 - A Possible Answer

Here's the code that did it:

<SCRIPT type="text/javascript">

window.open ('opened2.html', 'newwin', 
config='height=100,width=400,toolbar=no,
menubar=yes,scrollbars=no,resizable=no,
location=no,directories=yes,status=no')

</SCRIPT> 

Each of the features are used. I randomly set a couple of them to yes for the heck of it. The links inside the new window are created pretty much the same way I showed you in the tutorial.

Close this window to return to JavaScript Primer #1