Is there any script for invite a friend feature??? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Is there any script for invite a friend feature???

    avatar
    AlexuS
    Forumember


    Male Posts : 52
    Reputation : 0
    Language : Serbian

    Is there any script for invite a friend feature??? Empty Is there any script for invite a friend feature???

    Post by AlexuS July 24th 2007, 17:26

    Is there any script for invite a friend feature???
    Caihlem
    Caihlem
    Energetic


    Male Posts : 8969
    Reputation : 342
    Language : English, French & Female
    Location : You can't fly like the phenix

    Is there any script for invite a friend feature??? Empty Re: Is there any script for invite a friend feature???

    Post by Caihlem July 25th 2007, 00:24

    Nope Wink
    avatar
    AlexuS
    Forumember


    Male Posts : 52
    Reputation : 0
    Language : Serbian

    Is there any script for invite a friend feature??? Empty Re: Is there any script for invite a friend feature???

    Post by AlexuS July 26th 2007, 13:01

    fair enough!
    DeathSoul
    DeathSoul
    Forumember


    Male Posts : 369
    Reputation : 1
    Language : ENGLISH
    Location : NO PM SUPPORT

    Is there any script for invite a friend feature??? Empty Re: Is there any script for invite a friend feature???

    Post by DeathSoul December 22nd 2008, 08:33

    I was wondering if there is yet. It's been 1 year and I just wanted to know if it's been added or not
    avatar
    Guest
    Guest


    Is there any script for invite a friend feature??? Empty Re: Is there any script for invite a friend feature???

    Post by Guest December 22nd 2008, 15:13

    Place this script in your homepage message or a widget:

    Code:
    <script LANGUAGE="Javascript">
    <!-- Begin

    //script by Trånn: http://come.to/tronds
    //Submitted to Javascript Kit (http://javascriptkit.com)
    //Visit http://javascriptkit.com for this script

    var initialsubj="Hay buddy, take a look at this"
    var initialmsg="Hi:\n You may want to check out this site: "+window.location
    var good;
    function checkEmailAddress(field) {

    var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\.info)|(\.sex)|(\.biz)|(\.aero)|(\.coop)|(\.museum)|(\.name)|(\.pro)|(\..{2,2}))$)\b/gi);
    if (goodEmail) {
    good = true;
    }
    else {
    alert('Please enter a valid address.');
    field.focus();
    field.select();
    good = false;
      }
    }
    u = window.location;
    function mailThisUrl() {
    good = false
    checkEmailAddress(document.eMailer.email);
    if (good) {

    http://window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+document.title+" "+u;
    window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+initialmsg
      }
    }
    //  End -->
    </script>


    <form name="eMailer">
    Tell a friend:
    <input type="text" name="email" size="26" value="    Enter Address Here" onFocus="this.value=''" onMouseOver="window.status='Enter email address here and tell a friend about this site...'; return true" onMouseOut="window.status='';return true">
    <br />
    <input type="button" value="Send this URL" onMouseOver="window.status='Click to send an email (with this page address) to a friend! Enter email address above...'; return true" onMouseOut="window.status='';return true" onClick="mailThisUrl();">
    </form>


    Last edited by Kilsek on December 22nd 2008, 15:16; edited 1 time in total
    zinex
    zinex
    Hyperactive


    Female Posts : 2804
    Reputation : 93
    Language : scotch och aye!
    Location : Whats harder than a rock?!

    Is there any script for invite a friend feature??? Empty Re: Is there any script for invite a friend feature???

    Post by zinex December 22nd 2008, 15:15

    http://www.starteasy.com/send2friend/

    there is that too. Adds a wee button members can click. You can change the button image too.