05-18-2010, 10:06 PM
I am building a macro that operates a web page using Google Chrome. One of the links that I need to press appears in various places depending on what information is displayed on the page. Chrome will point me to the exact Javascript code for the link which references a function, but I have no knowledge of how to address it in a macro.
the code for the link is
Just to let you know, my programing skills were all learned on mini computers years ago so I have only a few self taught skills in windows programing, mostly in writing simple Excel macros.
the code for the link is
Quote:<a onclick="return DoDeleteDownloads();" id="ctl00_ContentBody_PQDownloadList_uxDownloadPQList_ctl03_lnkDeleteSelected" href="javascript:__doPostBack('ctl00$ContentBody$PQDownloadList$uxDownloadPQList$ctl03$lnkDeleteSelected','')">Delete</a>
Just to let you know, my programing skills were all learned on mini computers years ago so I have only a few self taught skills in windows programing, mostly in writing simple Excel macros.