+ Reply to Thread
Results 1 to 3 of 3

Thread: “Bookmark this page” Java in Netscape?

  1. #1
    Join Date
    Jun 2004
    Location
    Breckenridge, CO
    Posts
    242

    Default “Bookmark this page” Java in Netscape?

    Should “Bookmark this page” Java work with Netscape?

    I am trying to make this work at:

    http://www.amenta.com/summitcountyrealestate/search.htm

    The top frame is here:

    http://www.amenta.com/summitcountyrealestate/top.htm

    The code I am using is this:

    <html>

    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="Microsoft FrontPage 2.0">
    <title>top frame of IDX service</title>

    <script language="JavaScript">

    <!-- Begin
    function addbookmark()
    {
    bookmarkurl="http://www.amenta.com/summitcountyrealestate.search.htm"
    bookmarktitle="Breckenridge, Keystone, and all Summit County Colorado real estate"
    if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarkti tle)
    }
    // End -->
    </script>

    </head>

    <body bgcolor="#FFFFFF">

    <p align="center"><b>| </b><a href="javascript:addbookmark()"><b>Bookmark
    This Page</b></a><b>| </b><a href="http://www.amenta.com/"
    target="_blank"><font size="2" face="Arial"><b>Return To Ted's
    Summit County Real Estate Index Page</b></font></a><font size="2"
    face="Arial"><b> |</b></font></p>
    </body>
    </html>

    This is working with IE 6.0 but not Netscape 7.2

    Any suggestions would be greatly appreciated.
    Ted Amenta
    Breckenridge Real Estate Broker
    For Breckenridge Real Estate in Breckenridge Colorado visit www.amenta.com.

  2. #2
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    16,026

    Default Re: “Bookmark this page” Java in Netscape?

    http://www.seo-guy.com/forum/thread6436.html answered over here, will that work for you?
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  3. #3
    Join Date
    Jun 2004
    Location
    Breckenridge, CO
    Posts
    242

    Default Re: “Bookmark this page” Java in Netscape?

    Yes, thank you very much!
    Ted Amenta
    Breckenridge Real Estate Broker
    For Breckenridge Real Estate in Breckenridge Colorado visit www.amenta.com.

+ 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