Hi,
I have an asp page where I have a form. Within the form I have a button which does NOT submit the form, but instead calls a javascript function which does some things for me. I have found that I also want to call an asp function on the page when the button is pressed. Is there any way of doing this? At the momemtn for just the javascript one I am using...
<INPUT TYPE="button" VALUE="Store" Class="input" onClick="javascript:storeme('<%=lcount%>t<%=tcount%>'); return false;">
Any suggestions welcome!
thanks
A
I have an asp page where I have a form. Within the form I have a button which does NOT submit the form, but instead calls a javascript function which does some things for me. I have found that I also want to call an asp function on the page when the button is pressed. Is there any way of doing this? At the momemtn for just the javascript one I am using...
<INPUT TYPE="button" VALUE="Store" Class="input" onClick="javascript:storeme('<%=lcount%>t<%=tcount%>'); return false;">
Any suggestions welcome!
thanks
A