Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i do a window in VBSCRIPT????

Status
Not open for further replies.

ivprogrammer

Programmer
Jun 30, 2000
1
MX
Hi,<br><br>I'm workin with ASP + VBSCRIPT, I want to create a window, How can I do that use VBSCRIPT ????<br><br>Thank's<br><br>Iv.
 
&lt;%<br>&nbsp;&nbsp;do_something_in_asp ()<br><br>%&gt;<br>&nbsp;&nbsp;&lt;SCRIPT Language=&quot;JavaScript&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;var blah = new.window<br>&nbsp;&nbsp;&lt;/SCRIPT&gt;<br>&lt;%<br>&nbsp;&nbsp;&nbsp;asp_again ()<br>%&gt;<br><br>check a javascript site for the correct syntax to open a new window, this was done from memory....<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top