input class="button" value="Submit" name="Submit" onclick="return ConfirmSubmit();" type="submit"
Now write some code for the function ConfirmSubmit() inside the head section. Remember to close the code with {script language="javascript"} ... {/script} except replace the curly braces with > and <.
// function ConfirmSubmit()
// {
// var agree = confirm("Is this correct?");
// if (agree)
// return true;
// else
//
// return false;
// }
You can also, in
No comments:
Post a Comment