Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Favorite Place Script - I NEED HELP!

Status
Not open for further replies.

chris1

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

Darn that AOL! B-)

Happy Holidays jaredn !

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top