|
-
October 11th, 2001, 04:53 AM
#1
VBScript & Popup Windows - Possible?
Is it possible to get a Web page to create a popup window using VBScript? If so, how? I can find no evidence on the net that it is possible... I know I can do it with JavaScript, but I'm sure there must be a way with VBScript also!
-
October 17th, 2001, 08:19 AM
#2
Re: VBScript & Popup Windows - Possible?
you can do msgbox and inputbox, if that is adequate, exactly the same way you would in VB.
baldric
Real programmers don't comment. If it was difficult to write, it should be difficult to read.
-
October 17th, 2001, 08:23 AM
#3
Re: VBScript & Popup Windows - Possible?
Thankyou for this answer. Unfortunately I forgot to say in the original post that I wanted to popup (= open) another browser window with a document in it, like JavaScript's "window.open("url"...)" function. It was bad wording on my part, I apologise.
-
October 17th, 2001, 08:25 AM
#4
Re: VBScript & Popup Windows - Possible?
no prob

Real programmers don't comment. If it was difficult to write, it should be difficult to read.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|