Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] Re: Little javascprit help needed
From: TESTER-KIRBY Cheryle
Date: Mon, 29 Jan 2001 16:26:25 -0000

References:
http://javascript.internet.com/navigation/full-screen.html
http://www.dynamicdrive.com/dynamicindex8/window1.htm

Do you know of any sites that give the script for the new window re-sizing
centrally in the window and opening to browser size i.e know that it needs
to be 1024x768/800x600 etc

Cheers

Cheryle


-----Original Message-----
From: Tony Indelicato [tindelicatoatprismtec [dot] com (mailto:tindelicatoatprismtec [dot] com)]
Sent: 29 January 2001 15:15
To: flasher from chinwag
Subject: [flasher] Re: Little javascprit help needed


References:
http://javascript.internet.com/navigation/full-screen.html
http://www.dynamicdrive.com/dynamicindex8/window1.htm
http://www.idocs.com/tags/linking/linking_famsupp_87.html



TOny

-----Original Message-----
From: Thorvald Neumann [neumannattse-online [dot] de (mailto:neumannattse-online [dot] de)]
Sent: Monday, January 29, 2001 7:26 AM
To: flasher from chinwag
Subject: [flasher] Re: Little javascprit help needed


Hejsan!

Monday, January 29, 2001, 12:56:12 PM, Rainer Egle wrote:
> but now I think I have to use Javascript for the size of the new
> browser window so any help is really appreciated.

You should include a JavaScript-function into your HTML-page which
holds your movie:

function openWin(){
example = open("example.html","Example","width=320,height=260");
example.focus();
}

and use

OnRelease
getURL("javascript:openWin();")
EndOn

Hope this helps,

Thorvald Neumann
Multimedia Developer
--
'The light of reason can be blinding.'
David Wallach, LausnMedia, Iceland




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: tindelicatoatprismtec [dot] com
To unsubscribe, email leave-flasher-479387Watlists [dot] chinwag [dot] com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: c [dot] tester-kirbyathermes [dot] co [dot] uk
To unsubscribe, email leave-flasher-479387Watlists [dot] chinwag [dot] com



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]