Ask a Question related to Macromedia ColdFusion, Design and Development.
-
brutas #1
Formatting email address for safe display
Hi all, I want to change the way I display emails to the public for all the
well know reasons. Email addresses in my database are like [email]tedsmith@hotmail.com[/email]
What I want to do is remove the @hotmail.com part so the only thing that wil
display is tedsmith. I'm not sure how to retrieve everything left of the @
sign. Any help is appreciated. Brian
brutas Guest
-
HELP !!! - Formatting email submissions
I am looking to set up a page where our customers can submit requests for quotations on equipment we sell and I would like to be able populate the... -
Is it safe to install ATI display driver into Windows Vista beta2?
Or should I just stick with the default driver? Windows Vista feels slow on an Athlon 64 3200+ (754) with 512 MB of RAM. Thank you in advance. :)... -
Email formatting?
Can someone please tell me how to force some copy within an email being sent through a coldfusion script to start a new line; My code is as below,... -
Email or hyperlink formatting
Hello, Could someone tell me what is considered proper formatting for email addresses and hyperlinked text? I know Microsoft products automatically... -
Getting email address.
When my Users enter their information into my trouble call database, is there a way to get their email address automatically rather than them... -
cf_menace #2
Re: Formatting email address for safe display
If you replace all non-aplphanumeric characters with thier HTML entites, the
e-mail will display correctly, activate a "compose e-mail " window correctly,
but still foil spam bots as they scrape the source code.
<a
href="mailto:support@somedomain.com">s upport@somedomain.com<
/a>
cf_menace Guest
-
Mike Nimer #3
Re: Formatting email address for safe display
Use the list functions, and use the @ as the delimiter, instead of a comma.
#listFirst("foo@blah.com", "@")#
---nimer
"brutas" <webforumsuser@macromedia.com> wrote in message
news:cvddon$b2$1@forums.macromedia.com...> Hi all, I want to change the way I display emails to the public for all
> the
> well know reasons. Email addresses in my database are like
> [email]tedsmith@hotmail.com[/email]
> What I want to do is remove the @hotmail.com part so the only thing that
> wil
> display is tedsmith. I'm not sure how to retrieve everything left of the
> @
> sign. Any help is appreciated. Brian
>
Mike Nimer Guest
-
Creasiamedia #4
Re: Formatting email address for safe display
Many of the best websites use a form to submit email to the company. This was a
macromedia suggested method of avoiding spam. I admit that I'm new to CFML and
can't give you the source but it is available if you do a search on this site I
am sure. Good Luck
Creasiamedia Guest



Reply With Quote

