[thelist] Max browser display
John C Bullas
jcbullas at nildram.co.uk
Fri Dec 26 09:23:15 CST 2003
At 13:57 26/12/2003, you wrote
>I'm writing a web-based application which provides datagrid reports.
>Display real-estate is a premium, and I'd like to provide controls on the
>page to maximize the display (What the F11 key does in most browsers) and
full button screen with this
<input type="button" onClick="fullwin()" value="Open Site in Full Screen"
name="button3">
close Fullscreen window
<input type="button" value="Close the Window" onClick="window.close('fs')"
name="button4">
any help
John
More information about the thelist
mailing list