myGully.com

myGully.com (https://mygully.com/index.php)
-   Programmierung (https://mygully.com/forumdisplay.php?f=67)
-   -   Per Excel VBA im IE11 ein Javascript ausführen/Bild anklicken (https://mygully.com/showthread.php?t=4380971)

pr2k3 08.04.16 19:13

Per Excel VBA im IE11 ein Javascript ausführen/Bild anklicken
 
Auschnitt der Webseite:
Code:

<td valign="top" style="margin-right: 5px;">

                <input name="imgPDF0:input" id="imgPDF0_input" style="border-width: 0px;" onclick='javas*****:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("imgPDF0:input", "", true, "", "", false, false))' type="image" alt="0" src="images/pdf.gif">



                |


                <input name="imgHTM0:input" id="imgHTM0_input" style="border-width: 0px;" onclick='javas*****:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("imgHTM0:input", "", true, "", "", false, false))' type="image" src="images/htm.gif">



                |


                <input name="imgCSV0:input" id="imgCSV0_input" style="border-width: 0px;" onclick='javas*****:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("imgCSV0:input", "", true, "", "", false, false))' type="image" src="images/csv.gif">
</td>

ausführen per VBA möchte ich den dritten Input bzw den onclick Javas***** Code ausführen. Hab schon zig Sachen probiert nichts funktioniert.
Es soll dann ein Download als CSV-Datei angeboten werden.

Code:

<input name="imgCSV0:input" id="imgCSV0_input" style="border-width: 0px;" onclick='javas*****:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("imgCSV0:input", "", true, "", "", false, false))' type="image" src="images/csv.gif">
Kann hier ein VBA Guru eventuell Hilfestellung geben?

Wäre echt sehr dankbar!
Grüße pr2k3


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:37 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.