PDA

View Full Version : need basic help :)


Foilltank
May 12th, 2006, 01:47 AM
Hello, sorry for asking such a dumb question, but what should i put in the a href here? <a href="#" onclick="showPlaxoABChooser('recipient_list', 'plaxo_cb.html'); return false"><img src="http://www.plaxo.com/images/abc/buttons/add_button.gif" alt="Add from my address book" /></a>

(instead of "#")

kas
May 15th, 2006, 02:32 PM
Hello Foilltank,

You don't need to put anything in for the # (hash mark).

The href="#" forces the browser to snap back to to the top of page while executing the javascript.

Kathy