+ Reply to Thread
Results 1 to 2 of 2

Thread: Cross Browser Bookmark Script

  1. #1
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Cross Browser Bookmark Script

    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

  2. #2
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Cross Browser Bookmark Script

    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

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts