hi can anybody provide me with a javascript to:
reload a page in fullscreen with only a menubar to minimise and close the page.
e.g. When someone opens my home page i want it to open in fullscreen with a menu and scroll bars but not to reopen another page fullscreen.
I have something close below but it opens a new window with no menubar:
<SCRIPT LANGUAGE="JavaScript">
if (this.name!='fullscreen'){
window.open(location. href,'fullscreen','fullscreen,scrollbars,toolbars'
)
}
</script>
<body onload="Window">