I have a sub procedure called Export in my ASP page
Sub export()
............
End Sub
I have an image that I am using as a link and I'm trying to call the export sub but it's not working
<a href="Statement.asp?<% = QStrg %>" onclick = "export()"><IMG SRC="../images/button_export.gif" WIDTH="51" HEIGHT="19" BORDER="0" ALT="export"></a>
I am fairly new to this so I am hoping this is something simple
Thanks in advance
Sub export()
............
End Sub
I have an image that I am using as a link and I'm trying to call the export sub but it's not working
<a href="Statement.asp?<% = QStrg %>" onclick = "export()"><IMG SRC="../images/button_export.gif" WIDTH="51" HEIGHT="19" BORDER="0" ALT="export"></a>
I am fairly new to this so I am hoping this is something simple
Thanks in advance