Click to See Complete Forum and Search --> : fullscreen window


donkey773
03-27-2003, 04:05 PM
Need a fullscreen window for an ohp presentation.

window.open('page.html', 'name', 'fullscreen = 1, scrollbars = 0')

gives me exactly what I need, except that I can't seem to get rid of a (sliderless) scrollbar on the rhs - anybody know how to get rid of it? page content doesn't exceed the size of the window.

Thanks in advance for any help.

donkey773
03-27-2003, 04:12 PM
Ahh got it, you add SCROLL="no" to the body tag of the document to be opened.