devo creare un finestra chedeve aprirsi a tutto schermo come se cliccassi su resizable e la mette a schermo pieno vedendo pero tutto.
ho notato che usando fullscreen = yes mi sparisce tutto una cosa che ti lascia tutto?

io stavo provando cosi:
lungh=window.screen.width;
largh=window.screen.height;
window.resizeBy(lungh, largh);
window.open ('prova.asp','_blank','height=600,width=800,status =yes,resizable=yes,toolbar=no,menubar=no,titlebar= no,location=yes,left=20,top=20,scrollbars=yes');

che pozzo fa'?