Hi, I'm using the Addthis.com button using this code: <!-- ADDTHIS BUTTON BEGIN --> <script type="text/javascript"> addthis_pub = 'YOUR-ACCOUNT-ID'; addthis_logo = 'http://www.addthis.com/images/yourlogo.png'; addthis_logo_background = 'EFEFFF'; addthis_logo_color = '666699'; addthis_brand = 'Your Site'; addthis_options = 'favorites, email, digg, delicious, myspace, facebook, google, live, more'; </script> <a onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/button1-share.gif" width="125" height="16" border="0" alt="" /></a> <script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script> <!-- ADDTHIS BUTTON END --> HTML: The problem is that when the user put his mouse over the button and select a social bookmark to submit the page, the current page is automatically redirected to my homepage. You can better see what I mean using the button on one of my page here. Since I know nothing about javascript I was wondering if there would be a tweak to not refresh or redirect my page after a submission... Thanks! Vincent
I just noticed that it's working with FireFox but not with Internet Explorer... Any idea how to make it work with Internet Explorer?