RakhiKalra
Programmer
Hi,
I have made a form on which some validation functions are present in a .js file which is included in my form page as follows:
<script language="javascript" src="commonFunctions.js"></script>
The form works fine in IE but as i see the page on Netscape, the error comes : TrimString is not defined.
i came to this conclusion that Netscape is not able to render the .js file thats why the funtion - TrimString could not b found.
Pls help
Rakhi
I have made a form on which some validation functions are present in a .js file which is included in my form page as follows:
<script language="javascript" src="commonFunctions.js"></script>
The form works fine in IE but as i see the page on Netscape, the error comes : TrimString is not defined.
i came to this conclusion that Netscape is not able to render the .js file thats why the funtion - TrimString could not b found.
Pls help
Rakhi