princessk1
Programmer
Is it possible to call a server side function in an onclick event for a submit button? If I put the function between <script> tags, it will go into the function, but it won't if the function is between <% %> tags?
This is part of the code that calls the function:
<input type = "Submit" value = "Save Sales Amount" onclick = SaveSales>
where SaveSales is the name of the function.
Thanks in advance.
This is part of the code that calls the function:
<input type = "Submit" value = "Save Sales Amount" onclick = SaveSales>
where SaveSales is the name of the function.
Thanks in advance.