Does anyone have a bookmark script that is supported in the latest versions of these browsers: IE, Netscape, Opera, Firefox?
Does anyone have a bookmark script that is supported in the latest versions of these browsers: IE, Netscape, Opera, Firefox?
Used Mobile Homes For Sale
Used Manufactured Homes For Sale
SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training
I found this javascript today:
<SCRIPT LANGUAGE="JavaScript">
var txt = "Bookmark US"
var url = "http://www.yourdomain.com/"
var who = "Arizona Real Estate"
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,w ho);" ');
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>
...this works in the lastest versions of IE, Netscape and Mozilla but not Opera. If anyone has a script that works in all browsers please let me know.![]()
Used Mobile Homes For Sale
Used Manufactured Homes For Sale
SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training
© Copyright Real Estate Webmasters 2004-2010, All Rights Reserved. Terms of Service