Archive for May, 2009

iFrame, captcha, IE7

Monday, May 11th, 2009

What does this title mean? iFrame+captcha+IE7 …. means …. trouble!
We have a small php application, pulled into a .NET site through iFrame. Everything was great until we added a captcha image verification.
No Cache
At first, the captcha didn’t always work. So we put in code to tell the browser not to cache our php page:
<META http-equiv=”Cache-Control” [...]