Does anyone know how I can put a bookmark this page on my web site?
by williamm8249 » Mon Feb 09, 2009 12:43 am
Here's the code:font color=#000000 size=2 face=Arialscript
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header
// message to show in non-IE browsers
var txt = Bookmark Us!
// url you wish to have bookmarked
var url = http://www.codelifter.com;
// caption to appear with bookmark
var who = CodeLifter.com Software and Scripts
// 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/font
PS - I'm not trying to be a jerk, but your web design is pretty terrible. You should really consider getting somebody to re-do it. Or buy a cheap template. Or find a better looking free template.