|
 |
asp_web_howto thread: Open another browser from VBScript
Message #1 by "tom carr" <tomcarr1@y...> on Thu, 11 Apr 2002 18:47:40
|
|
In client side VBScript, how do I open a new browser and point set it to a
URL ?
Message #2 by "Debreceni, David" <david_debreceni@r...> on Thu, 11 Apr 2002 13:56:42 -0400
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1E182.3D099200
Content-Type: text/plain;
charset="iso-8859-1"
window.open "test.asp", "_blank"
David Debreceni
Senior Visual Basic/ASP Developer
xxx-xxx-xxxx x 1086
-----Original Message-----
From: tom carr [mailto:tomcarr1@y...]
Sent: Thursday, April 11, 2002 2:48 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Open another browser from VBScript
In client side VBScript, how do I open a new browser and point set it to a
URL ?
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #3 by "tom carr" <tomcarr1@y...> on Thu, 11 Apr 2002 19:35:49
|
|
Thanks David
> This message is in MIME format. Since your mail reader does not
understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1E182.3D099200
Content-Type: text/plain;
charset="iso-8859-1"
window.open "test.asp", "_blank"
David Debreceni
Senior Visual Basic/ASP Developer
xxx-xxx-xxxx x 1086
-----Original Message-----
From: tom carr [mailto:tomcarr1@y...]
Sent: Thursday, April 11, 2002 2:48 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Open another browser from VBScript
In client side VBScript, how do I open a new browser and point set it to a
URL ?
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |