I am doing IE automation and everythign is going well, until i got to this.
I have a link like this:
Howe can I have the oIE call the submitTxn function.
I tried this:
oIE.Document.Forms(0).Script.submitTxn('Somthing','Somthing1','Somthing2')
Also, this:
oIE.Document.Script.submitTxn('Somthing','Somthing1','Somthing2')
And I get error with Unknown name or something like that..
Any help is appreciated.
Ali Koumaiha
Wireless Toyz
Farmington Hills, Michigan
I have a link like this:
Code:
<td align="center" class="warpButton1special" NOWRAP
onclick="javascript:submitTxn('Something','Somthing1','Somthing2')" onMouseOver="this.style.backgroundColor='Green'"
onMouseOut="this.style.backgroundColor='#00629F'">
Click Here to Launch the Search Page</td>
Howe can I have the oIE call the submitTxn function.
I tried this:
oIE.Document.Forms(0).Script.submitTxn('Somthing','Somthing1','Somthing2')
Also, this:
oIE.Document.Script.submitTxn('Somthing','Somthing1','Somthing2')
And I get error with Unknown name or something like that..
Any help is appreciated.
Ali Koumaiha
Wireless Toyz
Farmington Hills, Michigan