Hi All,
I need VBA code to execute JavaScript. The website I am working on has you put in an account number, then it asks you to click a link called view my account. I have written code to input the account number, but the code that I wrote to click the link does not work properly. I clicks the link, but evidently does not run the javascript. I know this because it tells me the account number is invalid. The source code for the link is below.
a href="javascript:CheckAndS<WBR>ubmit( document.frmViewMyAcct )">View My Account
The code that I have that clicks the clink is:
IE.document.frmviewmyacct.<WBR>submit
Which I know is incorrect.
Any help would be greatly appreciated. Thanks in advance.
I need VBA code to execute JavaScript. The website I am working on has you put in an account number, then it asks you to click a link called view my account. I have written code to input the account number, but the code that I wrote to click the link does not work properly. I clicks the link, but evidently does not run the javascript. I know this because it tells me the account number is invalid. The source code for the link is below.
a href="javascript:CheckAndS<WBR>ubmit( document.frmViewMyAcct )">View My Account
The code that I have that clicks the clink is:
IE.document.frmviewmyacct.<WBR>submit
Which I know is incorrect.
Any help would be greatly appreciated. Thanks in advance.