|
-
Nov 21st, 2012, 02:49 PM
#4
New Member
Re: Javascript:__doPostBack
Here is the page URL that has a link in it I am trying to click on:
http://guggenheiminvestments.com/pro.../wfvk/holdings
I open this page in WebBrowser1.
The link within this page is:
javascript:__doPostBack('p$lt$zoneMainContent$pageplaceholder$pageplaceholder$lt$zoneCenter$ETFHoldi ngsWidget$Export','')
Here is the code I am using in VB6 that I am trying to use to click on the link (does not work):
WebBrowser1.Document.parentWindow.execScript "javascript:__doPostBack('p$lt$zoneMainContent$pageplaceholder$pageplaceholder$lt$zoneCenter$ETFHold ingsWidget$Export','')"
I then need to save the page.
Help is appreciated. Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|