Freepages-Help-L Archives
Archiver > Freepages-Help > 2005-06 > 1118494290
From: Pat Asher <>
Subject: Re: [FreeHelp] Re: Freepages-Help-D Digest V05 #181
Date: Sat, 11 Jun 2005 08:51:30 -0400
References: <200506110900.j5B90HXK021871@lists2.rootsweb.com><200506110900.j5B90HXK021871@lists2.rootsweb.com>
In-Reply-To: <42AAC763.8010605@lymbery.co.uk>
At 07:13 AM 6/11/2005, Judy Lymbery wrote:
>I wish to be able to open a new smaller window from my webpage. NOT a
>pop-up per se, which we all hate - but a new window which will amplify
>some information when a link is clicked and which sits in front of the
>webpage (which will remain in the background), complete with a "Close this
>Window" button. At this stage the content is irrelevant, since it will
>vary from simple text to maps or small photos, depending on the context.
Maybe you are thinking of
http://freepages.genealogy.rootsweb.com/~pasher/maps/where.htm
The JavaScript goes in the HEAD section:
<.SCRIPT LANGUAGE="JavaScript" type="text/javascript">
<.!--
function launch(url){ remote =
open(url,'',config='height=300,width=390,alwaysRaised=1,toolbar=no,menubar=no,status=no,scrollbars=1,resizable=1,top=0,left="+leftPos+"');
}
// -->
<./SCRIPT>
The JavaScript for a "close window" button would go in the HTML for the
particular page.
However, I would not use this script to bring up important links since many
people are reluctant to enable JavaScript.
Pat A.
This thread:
| Re: [FreeHelp] Re: Freepages-Help-D Digest V05 #181 by Pat Asher <> |