drewex
12-02-2003, 06:23 PM
Hi all
I need to open my default screen in channelmode (something like fullscreen ...) after checking the login information in the login screen. Now i can do this
window.open ("default.aspx","newwindow","channelmode");
but the problem is this will open in new window. I have tried this
window.name="myself"
window.open ("default.aspx","myself","channelmode");
i openned it but didnt open in channel mode
is there a way to go to then default.aspx screen in channelmode with out opening?
Or is there a way to chance the mode of the screen in like sending f11 keypress to IE.
I need to open my default screen in channelmode (something like fullscreen ...) after checking the login information in the login screen. Now i can do this
window.open ("default.aspx","newwindow","channelmode");
but the problem is this will open in new window. I have tried this
window.name="myself"
window.open ("default.aspx","myself","channelmode");
i openned it but didnt open in channel mode
is there a way to go to then default.aspx screen in channelmode with out opening?
Or is there a way to chance the mode of the screen in like sending f11 keypress to IE.