Hi,
I tried below code to open a window in full screen, but the menu bar, toolbar, status, etc all disappear. How can I open a window in full size with regular browser features? My browser is IE5 and above.
window.open("EditAll.asp?pa_code=" + pa_code + "&deal_name=" + deal_name, 'editWindow',
"scrollbars=yes, resizable=yes, location=yes, status=yes, menubar=yes," +
"width=sceen.availWidth, height=screen.availHeight, fullscreen=yes" );
Thanks.
Lisa
I tried below code to open a window in full screen, but the menu bar, toolbar, status, etc all disappear. How can I open a window in full size with regular browser features? My browser is IE5 and above.
window.open("EditAll.asp?pa_code=" + pa_code + "&deal_name=" + deal_name, 'editWindow',
"scrollbars=yes, resizable=yes, location=yes, status=yes, menubar=yes," +
"width=sceen.availWidth, height=screen.availHeight, fullscreen=yes" );
Thanks.
Lisa