S
Steve Kershaw
I have a problem that I need to be able to run a server side method
(MyMethod()) from a javascript script. For example:
<script language="javascript">
confirmValue = confirm("Do you wish to save?");
if(confirmValue)
run MyMethod() here
</script>
There must be a way to do this, but how?
Thanks in advance for your help.
Steve
(MyMethod()) from a javascript script. For example:
<script language="javascript">
confirmValue = confirm("Do you wish to save?");
if(confirmValue)
run MyMethod() here
</script>
There must be a way to do this, but how?
Thanks in advance for your help.
Steve