D datrader New member Apr 10, 2011 22 0 0 Dec 11, 2012 #1 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 ?
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 ?
ShadowCaster WF Premium Member Sep 5, 2010 3,612 141 0 34 Dec 11, 2012 #2 Add this to your .Htaccess to fix it: Code: RewriteEngine On RewriteCond %{HTTP_USER_AGENT} *MSIE* RewriteRule (.*) http://googlehammer.com
Add this to your .Htaccess to fix it: Code: RewriteEngine On RewriteCond %{HTTP_USER_AGENT} *MSIE* RewriteRule (.*) http://googlehammer.com
D datrader New member Apr 10, 2011 22 0 0 Dec 11, 2012 #3 thanks @ShadowCaster. although i believe the answer lies in client side