in reply to Javascripts in HTML header
print start_html ( -title=>'quiz', -script=>{ -language=>'JAVASCRIPT', -code => qq| <!-- function winopen() { newwin=window.open("","","scrollbars") if (document.all){ newwin.moveTo(0,0) newwin.resizeTo(screen.width,screen.height) } } //--> | } -BGCOLOR=>'beige' -onLoad=>'winopen()' );
|
|---|