|
|
 |
RE: FN-FORUM: Comments and criticisims
date posted 6th March 2007 16:23
p.s. it's worth hiding your email address from spam bots using a javascript
like this:
//hide email address
var user;
var domain;
var suffix;
var linkText;
function jemail(user, domain, suffix, linkText)
{
if(linkText)
{
document.write('' + linkText + '');
}
else
{
document.write('' + user + [EMAIL REMOVED] + domain + '.' + suffix + '');
}
}
- then in your HTML, just write jemail('steven','lavine','co.uk','Stephen');
-Phil
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Steven
> Lavine
> Sent: 06 March 2007 15:22
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: Comments and criticisims
>
>
> Hi,
>
> I launched a personal site a few weeks ago, your comments and criticisms
> re the coding and layout would be appreciated.
>
> http://www.lavine.co.uk
>
> (actually just a shameless promotion of my site LOL)
>
> --
> Regards,
>
> Steven Lavine
> Technical Director
> Beyond S & S Limited
> Beyond Simplicity... Beyond Style... Beyond S & S
> http://www.beyondss.com
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|