hi all ,

i have a Struts form defined like ..

<html:form styleId="paraFrm" action="branchMasterViewAction">

and i am tring to submit this form with javascript function like ..
<script>
        function submit() {
                frm=document.getElementById("paraFrm");
                frm.submit();
        }
</script>

but it gives error that object does not support this property or method ..
i tried it with document.forms[0].submit() , but not helped ..

Plz tell me any solution to this ..

Thanks in advance

Regards,
Sachin Hegde
Paradyne Infotech Limited , Mumbai
09324546711


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to