Jump to content

Browser Specific Server Side Scripting


chibineku

Recommended Posts

I'm having the strangest problem. I have a script that lets you change the quantity of an item in your basket. If you set the new quantity from a select element to anything bar one, the script updates the sessionBasket table with the new quantity. If you set it to 0, it deletes the row. This works fine. Except on IE browsers (IE7, anyway), where it refuses to update or delete. It is mind boggling. Does IE7 manage more than one session id or what? I use the session id as the ident for deleting or updating the table. Has anyone else ever had a problem like this?

Link to comment
Share on other sites

Well, it's not AJAX, so that simplifies things a lot. I guess it could be a POST issue. Still, isn't it just a teency bit enormously strange?

Link to comment
Share on other sites

Okay, now it works. I guess it was a temporary cache issue or something?

Link to comment
Share on other sites

Random querystring variable on the end, e.g. if your page is ajax.php request

"ajax.php?random=" + Math.random()

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...