Results 1 to 2 of 2

Thread: Executing VBScript Functions.

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    4

    Executing VBScript Functions.

    Is there a way to run a client side VBScript in Internet Explorer (or the WebBrowser control) from an external application?

    Example: I have a Visual Basic form with a WebBrowser control on it. I want to be able to click a button on the form, and run one of the VBScripts contained in the loaded document.

    Any help would be appreciated.

    Thanks.

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    4
    FYI: (for anyone interested)

    WebBrowser1.Document.Script.MySubroutine

    will run sub MySubroutine in the browser.

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