Re: full screen new window
From: mlliw (mlliw_at_joimail.com)
Date: 08/30/04
- Next message: mlliw: "Re: full screen new window"
- Previous message: ChrisJ: "How to text Hyperlink without the underline"
- In reply to: pow67: "full screen new window"
- Next in thread: mlliw: "Re: full screen new window"
- Reply: mlliw: "Re: full screen new window"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 30 Aug 2004 18:43:49 -0400
I am not very experienced with front page, but this is how you do it with
HTML/Javascript:
<SCRIPT>
<!--
var ie=(document.all?1:0);
var n6=(document.getElementById&&!ie?1:0);
var n4=(document.layers&&!n6?1:0);
var adder=(!ie?-10:0);
var adder1=(!ie?-50:0);
var swi=screen.width+adder;
var sht=screen.height+adder1;
function winOpen(file_name){
msg=window.open(file_name,'','width='+swi+',height='+sht+',top=0,left=0,scro
llbars=1,resizable=1');
}
//-->
</SCRIPT>
Then, just use code like
<a href="winOpen('file_to_open.html')">Click Here</a>
"pow67" <pow67@optonline.net> wrote in message
news:4133A8FF.507A105C@optonline.net...
> I want my hyperlink to open a new window which fills the entire screen
> while leaving the previous page open.
>
> I added:
>
> target="_blank"
>
> to the hyperlink but the screen only fills about 50%.
>
> Thanks in advance.
> CW
- Next message: mlliw: "Re: full screen new window"
- Previous message: ChrisJ: "How to text Hyperlink without the underline"
- In reply to: pow67: "full screen new window"
- Next in thread: mlliw: "Re: full screen new window"
- Reply: mlliw: "Re: full screen new window"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|