Flasher Archive

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


Subject: Re: FLASH: Trouble opening new window.
From: Paul Kilgour
Date: Wed, 16 Feb 2000 17:03:15 GMT

Jason,

> I've laid out some script/explanations at
> http://139.142.142.166/popupwindow.htm - part of your problem is your get
> URL, you should be getting ("javascript:newwin()") instead of the http://
> you have in there.
>
OK. So I put ("javascript:shout()")

shout being the name of the html file I want opened in a new window.

Then I have this script between <head> and </head>. (Sorry, I'm not an HTML
person).


<title>shout</title>
<script language="JavaScript">
<!--
function shout() {

window.open("http://www.mobilixnet.dk/~mob33150/shout.html","shout",toolbar=
0,scrollbars=0,resizable=0,height=350,width=600");
}
// -->
</script>


shout is the name of the html file and the name for the new window.

Do I put this in the html for the main movie or in the html for the new
window? i.e, I've put the swf for the new window into Dreamweaver. Do I put
the above script in there? Or in the main movie?

Sorry to be thick, but if it goes in the main movie, I have 23 buttons that
open new windows - how do I put them all in the same document?

I hope this makes sense!!

Regards,

Paul.

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 helpatchinwag [dot] com


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