Thanks.
Although that does in fact work, it makes it's not quite what I wanted as it
fills the screen rather than makes the window fit the screen. Thanks for the
help tho.
On Mar 26, 5:48 pm, "Microsoft Newsserver" <m...@nowhere.com> wrote:
> Hi,
>
[quoted text clipped - 9 lines]
>
> Cheers
For IE you can use window.open with the 'fullscreen' option
var newwin = window.open('default.aspx','','fullscreen');