Page 1 of 1

New Window - Kaboodle Social Bookmark script

Posted: Fri Nov 06, 2009 10:14 pm
by avoosh
I am trying to make the link below in a new window. When I try to put the popup code in the code is broken. Can someone add the code in the javascript. Thank you for your help

Code: Select all

,'toolbar=no,width=550,height=350');

Code: Select all

<a href="javascript&#058;(function(){var d=document;var s=d.createElement('script');s.type='text/javascript';s.src='http://www.kaboodle.com/zg/addbutton.js';d.getElementsByTagName('head')[0].appendChild(s);})()" rel="nofollow"> <img src="http://www.kaboodle.com/ht/mk/img/kicon-sm.gif" width="22" height="22" border="0" alt="Kaboodle"><br>Kaboodle</a>

Re: New Window - Kaboodle Social Bookmark script

Posted: Sat Nov 07, 2009 3:58 pm
by kaszu
What that code does is loads javascript file when user clicks Kaboodle image. That scripts then does a redirect.
There is no way you can open it in popup by modifying this code. Please check maybe there is an API or something.