Re: FN-FORUM How does one pop-up the pop-up?
date posted 24th August 2000 19:39
This is a multi-part message in MIME format.
------=_NextPart_000_0125_01C00E03.56CF70A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Colin,
To pop up a new window when a link is clicked use this:
text
If you want it to automatically pop up when the viewer enters the page =
you'll need javascript inside the head tags:
window.open('/URL.html','_blank','location=3D0,menubar=3D0,toolbar=3D0,pe=
rsonalbar=3D0,status=3D0,scrollbars=3D0,width=3D470,height=3D100')
Completly customizable too!
JON
----- Original Message -----=20
From: Colin M. Walters=20
To: [EMAIL REMOVED]
Sent: Thursday, August 24, 2000 7:10 PM
Subject: FN-FORUM How does one pop-up the pop-up?
Hello,
=20
I have a splash page whereby navigation "pops up" using JavaScript.
From portfolio links on that navigation pop-up, I wish to launch a new =
window on top of that one (now giving me 3 total): 1-splash; =
2-navigation; 3-individual portfolio page
=20
Somewhere, I remember seeing target=3Dnew but I'm not sure what the =
exact code is or where it is placed codewise.
=20
=20
...help greatly appreciated.
=20
=20
Regards,
Colin M. Walters
------=_NextPart_000_0125_01C00E03.56CF70A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Colin,
To pop up a new window when a link is =
clicked use=20
this:
<a href=3D"URL.html"=20
target=3D"_blnak">text</A>
If you want it to automatically pop up =
when the=20
viewer enters the page you'll need javascript inside the head =
tags:
<SCRIPT=20
language=3D"JavaScript">window.open('/URL.html','_blank','location=
=3D0,menubar=3D0,toolbar=3D0,personalbar=3D0,status=3D0,scrollbars=3D0,wi=
dth=3D470,height=3D100')</SCRIPT>
Completly customizable =
too!
JON
----- Original Message -----
From:=20