SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-08-2005, 08:07 AM
Breckenridge Realtor Breckenridge Realtor is offline
SEO Junior and a half
 
Join Date: Jun 2004
Posts: 57 Breckenridge Realtor is on a distinguished road
“Bookmark this page” Java and 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.
__________________
Sincerely,

Ted Amenta
Breckneridge Real Estate Agent
Breckenridge Real Estate | Summit County Real Estate
Reply With Quote
  #2  
Old 02-11-2005, 01:27 PM
seo guy's Avatar
seo guy seo guy is offline
Uber Uber Mod
 
Join Date: Oct 2003
Posts: 2,441 seo guy has much to be proud ofseo guy has much to be proud ofseo guy has much to be proud ofseo guy has much to be proud ofseo guy has much to be proud ofseo guy has much to be proud ofseo guy has much to be proud ofseo guy has much to be proud of
Try this: It will detect IE and if anything else will give the command
"Bookmark this page (ctrl D)" - which is customizable


<SCRIPT LANGUAGE="JavaScript">
var txt = "Bookmark this MLS page!";
var url = "http://www.yourdomain.com/yourfile.php";
var who = "Description of your mls page";

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>
__________________
Vote for your favorite SEO site and tell your visitors about this great place, please link to us http://www.seo-guy.com with the anchor text SEO and let them know how you feel
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 10:08 PM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.