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????
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????