Email
Share

We Rock Your Web Forum » E-Commerce

Authorize.net Seal Crashes Internet Explorer?

(2 posts)
  1. sBiz101

    member
    Joined: Oct '09
    Posts: 44

    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!

    Posted 1 year ago #

  2. Posted 1 year ago
  3. Anonymous



    Believe it or not I had the exact same issue. I'm glad to see it's a universal problem and not just my PC.

    Anyways, here's how I went about solving the issue. Both the Authorize.net JS and everything are still intact and working:

    <!-- (c) 2005, 2010. Authorize.Net is a registered trademark of CyberSource Corporation -->
    <a href="https://verify.authorize.net/anetseal/?pid=&rurl=https%3A//www.example.com" onclick="window.open(this.href, 'AuthorizenetVerification', 'resizable=no, location=no, menubar=no, scrollbars=no, status=no, toolbar=no, fullscreen=no, dependent=no, width=550, height=400, left=250, top=250, status'); return false"><img style="float: right; margin-left: 1em;" alt="Authorize.net Seal" src="AuthorizeNetSeal.gif" title="Authorize.net Seal" /></a>

    So basically all I did is right-click on the Authorize.net seal, save it to my PC and then upload it to my website. And I right-clicked and copied and pasted the link destination. I omitted personal details in the above example as well.

    Good luck!

    Posted 1 year ago #

RSS feed for this topic

Reply

(required)

Allowed markup: BBcode blockquote code em strong ul ol li font strike center u hr.
You can also put code in between backtick ( ` ) characters.