My form only works in chrome in a new tab
I have a flash form that works perfectly in all browsers except chrome. The form does work in chrome when you open a new tab. Ive been searching for weeks for a solution to the problem, but I only find more descriptions of the problem and no fix. Ive tried setting up meta tags to control the cache which i thought might be the problem. But they dont work.
<meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
<meta http-equiv="Pragma" content="no-store, no-cache" />
<meta http-equiv="Expires" content="0" />
Is there a way to make sure the browser passes my var data using html or css?
Any help would be much appreciated. Im lost here.
|