Flasher Archive

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


Subject: Re: FLASH: OT: Opening amd closing a window w/out Flash
From: Colin Moock
Date: Sun, 28 Mar 1999 20:02:04 +0100

flasheratshocker [dot] com,Internet writes:
> I would like to open and close a window with jts a regular html
>link. Anyone know where I can access this info?
You can open a new window with the "TARGET" attribute of A, as in:

<A HREF="jim-page.html" TARGET="jim-window">click here</A>
and
<A HREF="jim-page.html" TARGET="_blank">click here</A>

the first names your window for subsequent targetting. the second is the
built-in HTML keyword way to refer to a new browser window.

you can close a window from a link with a teeny bit of javascript:

<A HREF="self.close()">click here</A>

providing that the link is in the window you want to close.


colin

--
We are getting more and more on less and less.
Eventually we will have everything on nothing.
Jack C. Gray, 1999.

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: OT: Opening amd closing a win, Jim Curry
  Re: FLASH: OT: Opening amd closing a win, Jim Curry

Replies
  FLASH: OT: Opening amd closing a window , Jim Curry

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