Link to home
Start Free TrialLog in
Avatar of arthurh88
arthurh88

asked on

ADD THIS Button hanging my phishing filter IE 7

The code in my ADD THIS button on my homepage:  www.theravive.com
is hanging my phishing filter.  Go to that page in IE7 and notice it will be "stuck" saying "1 item remaining" to download.   I know it is the ADDTHIS code because as soon as I "hover" over the addthis button on the page, the filter stops and page finishes.   Can someone please fix my ADDTHIS button code so that it doesn't clog my phishing filter?  Thank you.

THe ADDTHIS button on the page is the one that says "Share And Bookmark".
<!-- AddThis Button BEGIN -->
 
<a href="http://www.addthis.com/bookmark.php" 
        style="text-decoration:none;" class="content_text"
        onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]');" 
        onmouseout="addthis_close();" 
        onclick="return addthis_sendto();"><img 
        src="http://s7.addthis.com/static/btn/sm-plus.gif" 
        width="16" height="16" style="border:none" alt="Share" /> Share And Bookmark</a>
        <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js">
</script><!-- AddThis Button END -->

Open in new window

Avatar of arthurh88
arthurh88

ASKER

is it just me or is the whole ADDTHIS website the same?  
I go here:  www.addthis.com and refresh the page a few times...and it doesn't clear the phishing filter either  (make sure your mouse is in the upper left hand corner of the screen when you hit refresh on their homepage)
addthis.com hangs my filter the third time i hit refresh, on 2 different computers.  just me??
No, it is not just you. This behavior is very common with the fishing filter and it is very annoying. As you may have noticed, as soon as you do something (hover over the share and bookmark) then the phishing check goes away. The code executes an HTTP request under the hood. The phishing filter is waiting on this to happen, but as long as nobody executes that javascript code, the filter waits.

Annoying, but unfortunately not much you can do. It is a typical MS problem. You may try to execute the javascript prior to hovering, not sure if that would work...
ASKER CERTIFIED SOLUTION
Avatar of abel
abel
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial