I finally setup my own e-commerce environment with shopping cart and payment gateway, etc. My gateway is Authorize.net. I'm trying to add their seal to my website, and it works fine in Mozilla, but crashes Firefox.
Here's the code (my personal details removed):
<!-- (c) 2005, 2010. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Online Payment Service</a></div>
Is there any way to run this legitimately without crashing IE? I can't seem to get help from Authorize.net so I'm hoping you guys can help out!