Log in

View Full Version : addToFavorites()



CSUjr
06-23-2006, 08:30 PM
Can I put a “bookmark” command on a “Hotspot”?

If so, do I put code within the brackets [ href="#"] ?
<area shape="rect" coords="425,538,499,563" [ href="#"] /></map></p>
If so, what is the code?

If there is another place or an other way to put a Bookmark command on a Hotspot, can someone tell me What and/or Where?

Thank you,

Charles

tech_support
06-24-2006, 03:26 AM
umm....


<area shape="rect" coords="425,538,499,563" href="javascript:window.external('www.google.com.au','Google')"/></map></p>

i think...