Print Page | Close Window

full screen with no scroll bars,.

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4712
Printed Date: 29 March 2026 at 5:15pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: full screen with no scroll bars,.
Posted By: PaulGQ
Subject: full screen with no scroll bars,.
Date Posted: 03 August 2003 at 4:03pm

This may seem simple enought, but I can't diaply a full screen page with no scroll bars.  When I indicate scrollbars=0, the scroll area still appears on the right but without the slider.

Here is the code below.  Can someone either fix this code, or suggest a new script that works properly?

<SCRIPT LANGUAGE="JavaScript">
<!--
function FullScreen(){
if (window.screen){
var hori=screen.availWidth;
var verti=screen.availHeight;
window.open('LoginForm.asp','FullScreen','width='+hori+',height='+verti+',fullscreen=1,scrollbars=0,left='+(0)+',top='+(0));
}
}
// -->
</script>

 

 

 




Replies:
Posted By: zMaestro
Date Posted: 06 August 2003 at 10:14am

I think this can be done simply by a code written in the Meta Tag...

it passed by me a time ago, i'll try searching for it...




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net