Sample Window 2: Source Code

/* Window 2 */
function winTwo() {
   var winTwoOptions = "menubar=yes,toolbar=yes,location=yes,scrollbars=yes,"
       winTwoOptions += "status=yes,width=550,height=250"
      open("sample2.html","Sample2",winTwoOptions)
   }

<input type='button' name='source2' value='Source' onClick=open('source2.html',"Source","width=470,height=260,scrollbars=yes") WIDTH=60>