Results 1 to 4 of 4

Thread: Help Finding A Script

  1. #1
    Join Date
    May 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help Finding A Script

    I am looking for a script for adding to favorites?? HELP???

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.google.co.uk/search?hl=en...G=Search&meta=

    The very first link.
    Google is your friend.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    May 2005
    Location
    Puerto Rico
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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 -->

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Saddam: That script will only work in Internet Explorer, in Netscape it just writes "hey!" to the page.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •