View Full Version : Help Finding A Script
cricketx90
05-16-2005, 01:57 PM
I am looking for a script for adding to favorites?? HELP???
cr3ative
05-16-2005, 02:00 PM
http://www.google.co.uk/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=a+script+for+adding+to+favorites&btnG=Search&meta=
The very first link.
Google is your friend.
cr3ative
Saddam Hussein
05-16-2005, 09:50 PM
or u just can use these code u have to edit the links and cr3ative dont waste ur time looking where in dynamic did i take the code cause i didnt here it is
<SCRIPT LANGUAGE="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="link";
var title="name ";
document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Add our site to your favorites!</a>');
}
else {
var msg = "hey !";
if(navigator.appName == "Netscape") msg += " (CTRL-D)";
document.write(msg);
}
// -->
</script>
<!-- End of Add to Favorites IE -->
cr3ative
05-17-2005, 09:05 AM
Saddam: That script will only work in Internet Explorer, in Netscape it just writes "hey!" to the page.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.