Real Estate Forums

Website Usability Website usability is determined by user satisfaction, ease of learning, user ability to remember an organization and its functionalities.

Reply
 
Thread Tools Display Modes
Old 04-02-2005, 01:49 PM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
 
Join Date: Jun 2004
Posts: 4,717
ResaleBroker is on a distinguished road
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?

Reply With Quote
Old 04-03-2005, 11:30 AM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
 
Join Date: Jun 2004
Posts: 4,717
ResaleBroker is on a distinguished road
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.
Reply With Quote
Reply


Thread Tools
Display Modes

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

REW Conference

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 09:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.