CD-255Appendix F . Examples from Parts III and (Http web server)
CD-255Appendix F . Examples from Parts III and IV var newWind // set flag to help out with special handling for window closing var isIE3 = (navigator.appVersion.indexOf( MSIE 3 ) != -1) ? true : false // make the new window and put some stuff in it function newWindow() { newWind = window.open( , subwindow , HEIGHT=200,WIDTH=200 ) // take care of Navigator 2 if (newWind.opener == null) { newWind.opener = window } setTimeout( finishNewWindow() , 100) } function finishNewWindow() { var output = output +=