<script type="text/javascript" >
document.getElementById("mybutton").click;
</script>
This specifically helps when ur using AJAX helpers in cakePHP and you want to submit the AJAX form using javascript. In this case u will not be able to use either .submit or .onClick
No comments:
Post a Comment