Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
BlondeGonk #1
closing browser window
might be really silly.... but I know you can use behaviours to open browser windows... but can you make a button to close a browser window?
BlondeGonk Guest
-
Self Closing Pop-Up Window?
I'm building a bunch of video samples for my website using flash movies. They open in pop-up windows but when they are done playing the window... -
Closing "Open Browser Window" behind you
If you visit www.scrubjay.com, you'll see a blank webpage with a link. Clicking on that link opens another small browser window. The small browser... -
closing pop-up window
I have created a mail form in a pop-up window. After the mail has been send succesfull i would like the window to close (without having to click on... -
closing browser window from flash movie?
Is there a way to close a browser window after the movie stops through AS? FayeC -
Closing browser window!?
I knew how to do this at one time, but forgot. I searched the macromedia site, and I get a bunch of other stuff. How do I close the browser... -
T.Pastrana - 4Level #2
Re: closing browser window
Will only work on windows that were launched by the users click.
TEXT
<a href="javascript:;" onclick="top.close()">Close Window</a>
IMAGE
<a href="javascript:;" onclick="top.close()"><img src="image.gif" width="10"
height="10"></a>
The top is only necessary if the popup contains a frameset. If it doesn't
you can use just the close().
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"BlondeGonk" <webforumsuser@macromedia.com> wrote in message
news:de26lt$p8f$1@forums.macromedia.com...> might be really silly.... but I know you can use behaviours to open
> browser windows... but can you make a button to close a browser window?
T.Pastrana - 4Level Guest
-
yagodabekiddinme #3
closing browser window
A very basic question... How do I apply a close browser window function to text. E.g 'Close window' - in regard to closing a pop up window from previous behaviour link?
yagodabekiddinme Guest
-
big_old_bird #4
Re: closing browser window
You can do this by enclosind the text in an <a> tag with the javascript to
close the window as follows:
<a href="javascript: window.close();"> close window </a>
Not elegant, but I think it works.
HTH
Karen
big_old_bird Guest



Reply With Quote

