The image verification code you entered is incorrect.

Javascript: Bookmark Page Script

Code to display the "Bookmark link in a web page. This script behaves differently for IE then other browsers (ie FireFox):

 <script language="JavaScript">
<!--
var txt = "Bookmark SiteBuddy!"
var url = "http://www.sitebuddy.com";
var who = "SiteBuddy Tech Help";
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>


Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.