does know how make "close window" works in safari? i'm using golive 9 , having no luck accomplishing simplest thing here...
i have rollover image that, when clicked, triggers , action: link: open window. works fine--the window pops appropriate css formatting & quicktime movie playing. have layer text that, when clicked, closes popup window. unfortunately, won't work , have been scouring web looking help. closest i've come this:
http://developer.mozilla.org/en/docs/dom:window.open#faq
...which states: new windows not opened javascript can not rule closed javascript.
my head explode. look, i'm practically retarded, okay? want have close window link in popup window works. aside first 2 steps--#1) turn on computer, and, #2) start golive--i'm freakin' lost. can walk me thru how this?
i'd appreciate , help. i'm gonna go bawl eyes out now.
i have rollover image that, when clicked, triggers , action: link: open window. works fine--the window pops appropriate css formatting & quicktime movie playing. have layer text that, when clicked, closes popup window. unfortunately, won't work , have been scouring web looking help. closest i've come this:
http://developer.mozilla.org/en/docs/dom:window.open#faq
...which states: new windows not opened javascript can not rule closed javascript.
my head explode. look, i'm practically retarded, okay? want have close window link in popup window works. aside first 2 steps--#1) turn on computer, and, #2) start golive--i'm freakin' lost. can walk me thru how this?
i'd appreciate , help. i'm gonna go bawl eyes out now.
in article <3c064194.-1@webcrossing.la2eafnxani>,
evatar_jones@adobeforums.com wrote:
> want have close window link in popup window works.
select text want act trigger close window,
just if going create link.
then paste following line of code link inspector:
javascript:self.close();
that should trick.
--
cheers martin
evatar_jones@adobeforums.com wrote:
> want have close window link in popup window works.
select text want act trigger close window,
just if going create link.
then paste following line of code link inspector:
javascript:self.close();
that should trick.
--
cheers martin
More discussions in GoLive
adobe
Comments
Post a Comment