Flasher Archive

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


Subject: Re: FLASH: Window.Open & Window.Close -- take 2.
From: Randy Kato
Date: Tue, 11 Jul 2000 22:09:04 +0100

OK,

It seems to be working. Here's what I did...

I made a function:

function clickAndClose() {
open('http://www.braincraft.com','content');
window.close();
}

that you can put into your map popup page. Then in your image map links call the
function like this:

href="javascript:clickAndClose()"

and make sure to remove the 'target=content' parameter from those links. Also,
no semicolon here.

Now the part I'll leave up to you is how to get all those links into this
function. Maybe make an array that you can use for both the image map and the
pull-down menu.

HTH,
Randy

Olympic Health Management Systems wrote:

> Sure. I put a *test* page up at http://www.sterlingplans.com/test/. at this
> point, only washington is activated. as you can see, i have an image map and
> a pulldown menu for all states. i have found a way to successfully link and
> close with the pulldown menu (not shown in the test page), but my main
> problem is the image map. any help you can provide is *much* appreciated!
> thanks.thomas

--
'''''' ' ' ' ' ' ' ' ' '
Randy Kato - Web Master
Braincraft

627 Broadway, Suite 504, NYC 10012
T 212.539.1680 F 212.539.1741
http://www.braincraft.com
...... . . . . . . . . .



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 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


Replies
  Re: FLASH: Window.Open & Window.Close --, Olympic Health Management

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