Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: sorry for the off topic |
From: | Raphael KONG |
Date: | Mon, 3 Apr 2000 15:14:08 +0100 |
At 08:31 03/04/00 -0500, you wrote:
> >where do I define,>how big the pop window should be?
>
>
it's a the window.open parameter :
let's see my function
function openwindow(url,target,size) {
parameter =
'titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scro
llbars=no,alwaysRaised=yes,resizable=yes,copyhistory=no,' + size;
NewWin = window.open(url,target,parameter);
}
and how I call it !
openwindow('./toto.htm','new','width=1015,height=800')
Raphael.
><script language=javascript>
>void function quitIt(url){
>window.open(url);
>}
>void function home(){
>setTimeout("quitIt('yourName.htm')", 10000);
>}
></script>
><BODY onload=home()>
>
>
>
>:)
>
>
>flasher is generously supported by...
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World's Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
>-Register before Feb 25 and save $200!!-- www.flashforward2000.com
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>To unsubscribe or change your list settings go to
>http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: sorry for the off topic, T1
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]