Re: [WSG] help on making this link validate

2005-10-31 Thread csslist
thanks,the way its written im not sure if i can or not, i will try though :)From: "Patrick H. Lauke" <[EMAIL PROTECTED]>Sent: Monday, October 31, 2005 6:30 PMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] help on making this link validatecsslist wrote:> I need to get this email link to validate, i am using a coldfusion > function to do this and I tried encoding it to a url safe line > (urlencodedformat) but jacks it, any other ideas?> or any good ideas for hiding emails from spammers that can use a dynamic > email address..> > > http://65.36.226.10/content/contact.cfmAeh...I'm not a coldfusion person, but essentially you're missing the double quotes around your href attribute...can you not just stick them in?to-- Patrick H. Lauke__re·dux (adj.): brought back; returned. used postpositively[latin : re-, re- + dux, leader; see duke.]www.splintered.co.uk | www.photographia.co.ukhttp://redux.deviantart.com__Web Standards Project (WaSP) Accessibility Task Forcehttp://webstandards.org/__**The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help**


RE: [WSG] help on making this link validate

2005-10-31 Thread Paul Noone



You could just try hex encoding the address. There are 
several utilities available that will convert an email (or any other address) to 
its hexadecimal value. It's not bulletproof but, then, what is. And it 
validates.
 
FYI, Smarty (PHP template system) has this 
built-in.


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
csslistSent: Tuesday, 1 November 2005 10:15 AMTo: 
wsg@webstandardsgroup.orgSubject: [WSG] help on making this link 
validate
I need to get this email link to validate, i 
am using a coldfusion function to do this and I tried encoding it to a url 
safe  line (urlencodedformat) but jacks it, any other ideas?or any good 
ideas for hiding emails from spammers that can use a dynamic email 
address..http://65.36.226.10/content/contact.cfmtiadave


Re: [WSG] help on making this link validate

2005-10-31 Thread Patrick H. Lauke

csslist wrote:
I need to get this email link to validate, i am using a coldfusion 
function to do this and I tried encoding it to a url safe  line 
(urlencodedformat) but jacks it, any other ideas?
or any good ideas for hiding emails from spammers that can use a dynamic 
email address..



http://65.36.226.10/content/contact.cfm


Aeh...I'm not a coldfusion person, but essentially you're missing the 
double quotes around your href attribute...can you not just stick them in?




to

mailto:";>


--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__
**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**



[WSG] help on making this link validate

2005-10-31 Thread csslist
I need to get this email link to validate, i am using a coldfusion function to do this and I tried encoding it to a url safe  line (urlencodedformat) but jacks it, any other ideas?or any good ideas for hiding emails from spammers that can use a dynamic email address..http://65.36.226.10/content/contact.cfmtiadave