Click to See Complete Forum and Search --> : full screen window without titlebar problem
hisree
05-05-2007, 02:01 AM
Hi frnds
i want full screen window without titlebar, i can use this script
var win = window.open('index.aspx','',"channelmode=yes,scrollbars=yes,status=no,toolbar=n o,menubar=no,titlebar=no,resizable=no");
opener=self;
window.close();
but still coming... titlebar
pls help urgent ,pls................
regards sree.
sreenivasulu.r@gmail.com
You can't is the simple answer.
In IE you could (pre v7) add "fullscreen=yes" to force kiosk mode (you can also do it from the command line by calling IE with a -kiosk parameter). However that has now been removed. In fact in IE7 you can't open a window without a status bar (and I believe an address bar, although I don't have it here to test). That leaves you with the completely hacky createPopup method which is still supported in later IE versions, but it's not the solution and is certainly not cross browser.
In FF you have never been allowed to open a window without a title.
hisree
05-05-2007, 06:29 AM
hi ricp thnx for reply to my posted problem ,
i hve another problem,
i hve created 2 html files ,load.html and adminhome.html ,
when i open in browser load.html , automatically open adminhome.html and close to load.html , i want this like.
but i can use this script
<script language="javascript">
function loadingWindow()
{
window.open('adminhome.html','navwindow','QuotePuzzler','width=786,height=600,left='+((screen.width-786)/2)+',top='+((screen.height - 600)/2)+',toolbar=no,menubar=no,scrollbars=no,fullscreen=yes, status=no,resizable=no,titlebar=no');
opener=self;
window.close();
}
</script>
in ie woking this but mozila firefox ,netsacpe,opera is not working this script,
pls slove problem frnds
morti
05-05-2007, 02:51 PM
tyjjljkl-ölk-k