2. After the user login authentication, enter the system, the effect is to screen the browser's address bar and menu bar, so that the system will look more formal
How to implement: After using login authentication, a new form pops up, but the size and position of the pop-up form are set, preferably covering the entire window
1. Response.Write ("<script>window.open" (' index.aspx ', ', ', ' width= ' +screen.width+ ', height= ' +screen.height+ '), Top=0,left=0,minmizebutton=yes,maxmizebutton=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes, Resizable=yes '); Window.opener=null;window.close ();</script> ");
2. Response.Write ("<script>window.open" (' index.aspx ', ', ', ', ' Fullscreen,toolbar=no,location=no,status=no, Menubar=no,scrollbars=yes,resizable=yes '); Window.opener=null;window.close ();</script> ");
There is a difference between the two effects:
Width= ' +screen.width+ ', height= ' +screen.height+ ', Top=0,left=0,minmizebutton=yes,maxmizebutton=yes
And ' fullscreen, the full screen will be completely blocked, but in fact the user is generally very accustomed to use the maximum small button