| Junior Member with 15 posts. | | | |
Quote: |
Originally Posted by Sujit Joshi hello all,
i am using ie6.x version browser. i had written a php file containing form validation using javascript. previously it was working but now it is not working. nothing is executing when i submit the form.
what may be the problem? how to check javascript is enabled in our browser or not? | if the javascript has error, it won't execute when you submit a form. try to enable the debug notificatioin from IE. go to Tools->Internet Options-> Advance, then Click "display a notification about every script error".. when you detect the javascript error, then correct it first. |