Calling a function on an webpage with VB6 Webrowser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wxscooter
    New Member
    • Mar 2007
    • 11

    Calling a function on an webpage with VB6 Webrowser

    Can some one help? I need to start a javascript function on a webpage in order to make my program work correctly, but I'm not sure how to do it. I'm trying the following:

    webBrowser1.Doc ument.InvokeScr ipt("LT_Transfe r")

    The function on the web page starts off like this:

    function LT_Transfer( sourceID, destinationID, selectedOnly, add, remove, allowDuplicates ){

    I can't tell if I'm missing something or if this command even works in VB6. Can someone point me in the right direction????
Working...