Hello,
I have an ASP.NET page with an Input button that calls a function:
<input id="btnExport" type="button" value="Export Report" onclick="vbs: ExportReport()" />
And this is the function:
<script language="vbscript" type="text/vbscript">
Function ExportReport()
Msgbox “Ok”
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.