matfish Posted September 2, 2006 Share Posted September 2, 2006 Hi,Iv been using scripts from all over to make my form validation fancy. It hides/shows ticks&crosses against correct and incorrent details entered. This all works fine in firefox but in internet explorer it just crashes the web browser. No errors or anything, just freezes the browser.Any ideas that I could be missing to someone who knows of this issue? Or do I need to provide code etc..?Many thanks Quote Link to comment Share on other sites More sharing options...
matfish Posted September 4, 2006 Author Share Posted September 4, 2006 I found that FF doesnt handle focus() very well thats why this worked. But with IE - focus() works properly, therefore it was getting stuck in a focus loop and crashing the browser. Best to use indexing to tell it where to be located rather than focusing..Sorted. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.