PDA

View Full Version : site working in mozilla, problems with IE



Pastha
01-09-2008, 09:04 PM
I'm creating a website, currently working on it and viewing it locally. I have an add to cart button which does what is supposed to in mozilla, but when clicked in IE, only refreshes the page. I'm using asp/vbscript.

it checks if the item code entered is on the list of possible accepting codes. if it is not, it spews an "invalid item code" message. If it is on the list, it records/changes relevent session variable information, then redirects the user to the checkout page.

IE security is set to low, and is up to date.

Does anyone have any ideas why this might be happening?

Chris
01-10-2008, 03:22 PM
Without seeing the source it would be hard to diagnose, but welcome to the world of web development. You will never make a site and have it work like you want in both browsers at first, never!

Pastha
01-10-2008, 11:37 PM
Here is the page where the user is supposed to be able to add his item.

jbladeus
03-01-2008, 03:27 AM
Since your code also contains javascript, you may also want to ensure that javascript hasnt been disabled in IE.