hi, i have a form which onsubmit , it alerts the user with form errors. the form is placed inside an iframe. the alerts appear well on FF and chrome, but not on IE. how can i fix this ?
That's because on IE iframes are treated as their own windows -- which means the alert is actually somewhere INSIDE that iframe, possibly scrolled out of view. Which is just another of the reasons one shouldn't be using iframes any time after 1997. Particularly for something where accessibility should be paramount -- LIKE ON A FORM!!!