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.
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.