Does anyone know how to get this script to work using AOL's browser.....it works fine under IE...HELP!!!
**********************************************************
<script language="JavaScript">
browser = ((navigator.appName == "Microsoft Internet Explorer" && (parseInt(navigator.appVersion) >= 4 ));
function bookmark() {
window.external.AddFavorite(' - Aviation Jobs Board');
}
if (browser) {
document.write('<a href="" title="Click this Image to add this page to your list of Favorite Sites." onclick="bookmark();"><img border="0" src="../images/addfavorite.gif" width="139" height="16"></a>');
}
</script>
**************************************************
Any help would greatly appreciated as I have beat myself up for three days with this....
email: CTaylor822@aol.com
THANKS!
**********************************************************
<script language="JavaScript">
browser = ((navigator.appName == "Microsoft Internet Explorer" && (parseInt(navigator.appVersion) >= 4 ));
function bookmark() {
window.external.AddFavorite(' - Aviation Jobs Board');
}
if (browser) {
document.write('<a href="" title="Click this Image to add this page to your list of Favorite Sites." onclick="bookmark();"><img border="0" src="../images/addfavorite.gif" width="139" height="16"></a>');
}
</script>
**************************************************
Any help would greatly appreciated as I have beat myself up for three days with this....
email: CTaylor822@aol.com
THANKS!