View Single Post
Old 10-24-2012, 09:50 PM   PM User | #1
Sd&f
New Coder

 
Join Date: May 2012
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Sd&f is an unknown quantity at this point
Question 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.
Sd&f is offline   Reply With Quote