Click to See Complete Forum and Search --> : VBScript & Popup Windows - Possible?
Jason Teagle
October 11th, 2001, 04:53 AM
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!
baldric
October 17th, 2001, 08:19 AM
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.
Jason Teagle
October 17th, 2001, 08:23 AM
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.
baldric
October 17th, 2001, 08:25 AM
no prob
;)
Real programmers don't comment. If it was difficult to write, it should be difficult to read.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.