View Full Version : BOOKMARK us
nexus851
11-17-2005, 09:39 PM
Whats the html CODE for "BOOKMARKING" us???
I want to put that code so people can BOOKMARK us in their IE/Firefox favorites... Much appreciate if someone can reply with code or script. Thanks!
LordDB
08-02-2007, 12:54 PM
Just put it where you like!:)
<script>
// message to show in non-IE browsers
var txt = "Bookmark Us!"
// url you wish to have bookmarked
var url = "http://www.norfolkmanagementrentals.co.uk/1stAni/index.html";
// caption to appear with bookmark
var who = "Forum CellPDA.tk"
// do not edit below this line
// ===========================
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" ');
document.write('onMouseOver=" window.status=')
document.write("txt; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ txt + '</a>')
}else{
txt += " (Ctrl+D)"
document.write(txt)
}
</script>
Enjoy!:D
Forum Lover
12-05-2007, 06:58 PM
cool... putting this code to my board. thnx mate.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.