Forum Moderators: phranque

Message Too Old, No Replies

Hyperlink

         

billelm

8:09 pm on Feb 16, 2004 (gmt 0)

10+ Year Member



Hi out there,

I would like to put a hyperlink to an e-mail address in a line of text on my O C Commerce Site: Example,
blah blah blah blah joebloggs@somwhere.co.uk blah blah blah.

Can anyone help out.

Regards to all

Bill

TheDoctor

8:38 pm on Feb 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




blah blah <a href="mailto:joebloggs@somwhere.co.uk"> joebloggs@somwhere.co.uk</a> blah blah blah

thehittmann

6:45 am on Feb 17, 2004 (gmt 0)

10+ Year Member



Posting email addresses on websites will lead to recieving lots of email spam. Email harvesters search sites for addresses to add to their list of people to send spam to. If possible try and avoid using html to link to email addresses. Unless that is you don't mind recieving lots of mails, lol

bill

6:51 am on Feb 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I've had luck encoding the addresses with JavaScript. That would be suggested if you want to avoid spam...either that or use a contact <form> instead.

TheDoctor

2:03 pm on Feb 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've had luck encoding the addresses with JavaScript.

Me too. See [webmasterworld.com...] for an example of how to do this (which also works in IE5!).