New Window - Kaboodle Social Bookmark script

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
avoosh
Forum Commoner
Posts: 27
Joined: Tue Oct 06, 2009 7:30 pm

New Window - Kaboodle Social Bookmark script

Post 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>
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: New Window - Kaboodle Social Bookmark script

Post 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.
Post Reply