Jump to content

IE and FF ka-boom!


matfish

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/19456-ie-and-ff-ka-boom/
Share on other sites

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.
Link to comment
https://forums.phpfreaks.com/topic/19456-ie-and-ff-ka-boom/#findComment-85622
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.