Forum Moderators: travelin cat
The site is www.amazingflygun.com. In testing, I select a country fom which the supposed order will come from, from a drop down list. I key in the amount of the product that I require and I get this error: Microsoft JScript runtime error Object expected
and the website then brings up this: An Error Occurred:
No Country Information Found. This does not occur on a PC browser.
HELP PLEASE!
I looked at your source code and didn't see anything that I, as a relative newbie, could pick up on. But I also didn't see any <a href=> tags for the prices. Isn't that what you want users to click on?
I wish I could help you. Maybe someone else will amble along who has a better idea.
Testing your site on www.netmechanic.com showed a bunch of html errors, but I can't imagine that has anything to do with the ASP code.
ASP, being a Microsoft product does not have very many Mac fans.
I actually used to write ASP code on my Mac, and our Web site running on MS SQL Server, VBScript, and ASP worked fine on Macs.
That's probably because we avoided using too many JavaScript tricks. It's the client-side code that's trickier to make work across platforms and browsers. ASP itself should work fine.
Just my 2¢.