View Single Post
Old 01-13-2008, 10:19 AM  
LFCII
Confirmed User
 
Join Date: Feb 2004
Location: U.S / Brasil
Posts: 124
<script type="text/javascript">

/***********************************************
* Bookmark site script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

</script>

<a href="javascript:bookmarksite('title', 'http://www.yourdomain.com')">Bookmark Us!</a>
__________________
Tchau
LFCII is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote