This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > September 2005 > Force 100% client page not working - confused!!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Force 100% client page not working - confused!!
|
|
| Stephen 2005-09-22, 7:35 pm |
| Hi
For some reason 'on enter full page' is not working.
It's worked for years.
Below I have included the full opening section (within the #####)
But the code that forces a clients page to open 100% is this;
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
// End -->
</SCRIPT>
I'm confused - has MS changed the way IE works with FP2000?
Thanks in advance - Stephen
######################################################
<style>
a{text-decoration:none}
</style>
<style fprolloverstyle>A:hover {color: #FFFF00}
</style>
<link rel="stylesheet" type="text/css" href="external_4.css">
<script language="JavaScript" src="overlib.js"> <!-- overLIB (c) Erik
Bosrup -->
</script>
<base target="_top">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function Start(page) {
OpenWin = this.open(page, "CtrlWindow",
"toolbar=yes,menubar=yes,status=yes,location=yes,scrollbars=yes,resizable=no");
}
// End -->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
// End -->
</SCRIPT>
########################################################
| |
| Murray 2005-09-22, 7:35 pm |
| Modern browsers can block such things.
--
Murray
============
"Stephen" <stephen@knight04july.fsworld.co.uk> wrote in message
news:Oww7kK5vFHA.3756@tk2msftngp13.phx.gbl...
> Hi
>
> For some reason 'on enter full page' is not working.
>
> It's worked for years.
>
> Below I have included the full opening section (within the #####)
>
> But the code that forces a clients page to open 100% is this;
>
> <SCRIPT LANGUAGE="JavaScript">
> <!-- Begin
> self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
> // End -->
> </SCRIPT>
>
> I'm confused - has MS changed the way IE works with FP2000?
>
> Thanks in advance - Stephen
>
> ######################################################
> <style>
> a{text-decoration:none}
> </style>
> <style fprolloverstyle>A:hover {color: #FFFF00}
> </style>
> <link rel="stylesheet" type="text/css" href="external_4.css">
>
> <script language="JavaScript" src="overlib.js"> <!-- overLIB (c) Erik
> Bosrup -->
> </script>
>
> <base target="_top">
> <SCRIPT LANGUAGE="JavaScript">
> <!-- Begin
> function Start(page) {
> OpenWin = this.open(page, "CtrlWindow",
> "toolbar=yes,menubar=yes,status=yes,location=yes,scrollbars=yes,resizable=no");
> }
> // End -->
> </SCRIPT>
>
> <SCRIPT LANGUAGE="JavaScript">
> <!-- Begin
> self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
> // End -->
> </SCRIPT>
>
> ########################################################
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|