|
 |
asp_web_howto thread: Opening Separate Browers
Message #1 by "Hadrian Caseley (CharcolOnline)" <hjc@c...> on Mon, 26 Feb 2001 12:00:09 -0000
|
|
How do l open a separate web brower from within an existing asp page, which
l would like to remain open i.e. the user would therefore have two browsers
open.
Message #2 by Gregory_Griffiths@c... on Mon, 26 Feb 2001 13:31:36 +0000
|
|
use the target attribute of the <A> tag. <a href="other.html"
target="new">, or you can use Javascripts Window.Open function.
> -----Original Message-----
> From: hjc@c... [mailto:hjc@c...]
> Sent: 26 February 2001 20:52
> To: asp_web_howto@p...
> Cc: hjc@c...
> Subject: [asp_web_howto] Opening Separate Browers
>
>
> How do l open a separate web brower from within an existing
> asp page, which
> l would like to remain open i.e. the user would therefore
> have two browsers
> open.
Message #3 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Mon, 26 Feb 2001 16:10:13 -0000
|
|
window.open(url,name,params)
-----Original Message-----
From: Hadrian Caseley (CharcolOnline) [mailto:hjc@c...]
Sent: Monday, February 26, 2001 8:52 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Opening Separate Browers
How do l open a separate web brower from within an existing asp page, which
l would like to remain open i.e. the user would therefore have two browsers
open.
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
|
|
 |