View Single Post
Old 04-22-2010, 05:57 AM  
Ditosta
Confirmed User
 
Ditosta's Avatar
 
Join Date: May 2006
Location: http://www.neonasty.com
Posts: 2,107
Quote:
Originally Posted by Jdoughs View Post
PHP Code:
<script type="text/javascript">
function 
bookmarksite()
{
         if (
document.all)
        {
             
// For IE
             
window.external.AddFavorite(location.hrefdocument.title);
         }
        else if (
window.sidebar)
       {
             
// For Firefox
             
window.sidebar.addPanel(document.titlelocation.href"");
        }
}
</script> 
And then where you want it to show:

PHP Code:
    <a href="javascript:bookmarksite();"Bookmark Us!</a
Thanks a million!
__________________
306213883

New Pantyhose Fetish Model
LilyDouce.com Rhinopays.com
Ditosta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote