Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
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.
__________________
Sincerely, Ted Amenta Breckneridge Real Estate Broker For Breckenridge Real Estate in Breckenridge Colorado visit www.amenta.com/. |
| Thread Tools | |
| Display Modes | |
|
|