How can I execute the following click button using VBA:
<a href='javascript:
openLoadProgress(document.forms.AddFund);
document.forms.AddFund.PASS_OFF.value = "/issuer/search_for_issuer.jsp?fromPage=/add_promote_uae.jsp&ChangeIndex=-1&fromAddIssuerPage=null&EntityType=M";
document.forms.AddFund.submit()'
onclick="document.AddFund.fromPage.value='/add_promote_uae.jsp';">
I have tried the following without success:
Set CurrentWindow = IE.document.parentWindow
Call CurrentWindow.execScript("openLoadProgress('search_for_issuer.jsp?')")