1 / 3
Sep 2008

I have an existing ZenCart store and affiliate program so I am doing some basic testing first. Thus, my first test was on a blank html page.



I have a page with both javascript and non-javacript versions of the add and view cart buttons at:



www.dyinglight.com/test.html



For some reason, the buttons work fine in IE and Firefox, but not in Google Chrome; however, all the sample stores I visit work fine in Chrome. (This also happens if I have just one of the button sets also)



Is there a "patch" or something to the code to get it to work in Chrome correctly? Or (more likely) what did I miss that made the buttons work for IE and Firefox but not Chrome?

  • created

    Sep '08
  • last reply

    Sep '08
  • 2

    replies

  • 928

    views

  • 2

    users

  • 1

    link

Well, I added <head> and </head> tags, and it worked.



Nevermind, unless one of you crew members are bored enough to explain why this happens... LOL

DyingLight,



That's because Chrome is more standards compliant, apparently. :slight_smile: Web pages should have <head> </head> tags.