i want to submit my form dynamicalyy through javascript.
code:
<script type="text/javascript">
function submitForm(){
document.accoun tForm.action="A ccountInqury.js p";
document.accoun tForm.submit();
}
</script>
but i m encountering a javascript error:
" object doesnt support this property or method "
plz suggest.
thanx
code:
<script type="text/javascript">
function submitForm(){
document.accoun tForm.action="A ccountInqury.js p";
document.accoun tForm.submit();
}
</script>
but i m encountering a javascript error:
" object doesnt support this property or method "
plz suggest.
thanx
Comment