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.

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

4 posters

Go down

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, 4:26 pm

Is there any script for invite a friend feature???
avatar
AlexuS
Forumember

Male Posts : 52
Reputation : 0
Language : Serbian

http://bezcenzure.super-forum.net/index.htm

Back to top Go down

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

Post by Caihlem July 24th 2007, 11:24 pm

Nope Wink
Caihlem
Caihlem
Energetic

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

Back to top Go down

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, 12:01 pm

fair enough!
avatar
AlexuS
Forumember

Male Posts : 52
Reputation : 0
Language : Serbian

http://bezcenzure.super-forum.net/index.htm

Back to top Go down

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, 7:33 am

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

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

Back to top Go down

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, 2:13 pm

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, 2:16 pm; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

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, 2:15 pm

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

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

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

http://asylum.forumotion.co.uk/forum.htm

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum