Hello all,
I am having trouble with getting a javascript function to execute in vba. My script so far takes me to the website, logs in, goes to the correct page, and changes the drop down menu to the correct option. On this dropdown menu page there is no submit button until the drop down changes and I use .FireEvent (onchange) to make the submit button appear. The trouble I am having is with getting the submit button hit to open the new window. It seems that the submit is in a Function which I do not know how to manipulate in vba.
The script that shows where I run the javascript to get the submit button to appear is shown below.
This is the source code showing the javascript which references a doPostBack![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
This is the source code for the post back function which I assume is what I need to hit submit.
Any help with this would be greatly appreciated. If any more information is needed please do let me know and I will provide what I can.![]()
Please Login or Register to view this content.
Thanks!
Bookmarks