CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    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!

    --
    Jason Teagle
    [email protected]

  2. #2
    Join Date
    Jun 2000
    Location
    South Africa
    Posts
    18

    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.

  3. #3
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    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.

    --
    Jason Teagle
    [email protected]

  4. #4
    Join Date
    Jun 2000
    Location
    South Africa
    Posts
    18

    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
  •  





Click Here to Expand Forum to Full Width

Featured