Force 100% client page not working - confused!!

S

Stephen

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>

########################################################
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top