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!
Printable View
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!
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.
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.
no prob
;)
Real programmers don't comment. If it was difficult to write, it should be difficult to read.