Hi Friends...
I developed web application which contains script validations in most of the html pages in these validations i used document.forms[0] its working fine in IE , but my problem now i need to execute this application in FireFox browser,but FireFox is not supporting document.forms[0], so please tell me how to make generalised to handle document.forms[0] in all browsers.
Cheers
---------
Siva kumar