AnkorWatt
08-30-2006, 10:29 PM
Can anybody share the link back and bookmark codes which I can custominze to use on my website?
Thanks
Eddie
Thanks
Eddie
|
||||
Link back codeAnkorWatt 08-30-2006, 10:29 PM Can anybody share the link back and bookmark codes which I can custominze to use on my website? Thanks Eddie Baleric 08-31-2006, 06:11 AM link back = javascript:history.back(); <a href="javascript:history.back();"> Back </a> cheers baleric googleit 08-31-2006, 04:05 PM add this to the head tag <script language="JavaScript" type="Text/Javascript"><script urlAddress = "http://yoursite.com"; var pageName = "page name"; function addToFavorites() { if (window.external) { window.external.AddFavorite(urlAddress,pageName) } else { alert("Sorry! Your browser doesn't support this function."); } } // --></script> Then place this bookmark script in your html between the <body> and </body> tags, where you want the prompt to appear on your page <a href="javascript:addToFavorites()"><font color="#0000FF" face="Arial">Bookmark Page !</font></a> Kravvitz 08-31-2006, 11:58 PM LOL This is so helpful: alert("Sorry! Your browser doesn't support this function."); The Ultimate [Cross-browser] Add Bookmark Script (http://www.dynamicsitesolutions.com/javascript/add_bookmark/) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum