|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: A VBScript question |
|
From: |
Lothar A. Haensler |
|
Date: |
1/19/1999 7:08:21 AM |
|
IP: |
212.2.65.69 |
its not a question of the scripting language but of the document object model of your browser.
You need to call the open method of the window object. Its pretty much the same syntax in VBScript and Javascript:
window.open( yourNamegoeshere, url...)
This method returns an object for the newly created window that you can use to open and document.write to it.
hth
Lothar |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|