Gossamer Forum
Home : Products : DBMan : Customization :

Adding an email field

Quote Reply
Adding an email field
Hi Group

I would like to add a clickable email field to the database, so far I have added the field, but what prefix should I add to the field defintion to make it spawn the default mail program when clicked, like the way the web link spans your browser?

any help grately appriciated

Aaron Denson
Quote Reply
Re: [zolltoll] Adding an email field In reply to
uh...simply add the following codes in the sub html_record routine in the html.pl file...

Quote:

<a href="mailto:$rec{'Email'}">$rec{'Email'}</a>


Turn off auto-generation...

Also, learning some HTML codes may help...Wink
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Chewbaca] Adding an email field In reply to
 

Quote:
Also, learning some HTML codes may help

Quote:
may be asking a question rather than assuming and belitting other postings would be best.


Last edited by:

RedRum: Nov 4, 2001, 2:41 PM
Quote Reply
Re: [Chewbaca] Adding an email field In reply to
Hi

Thanks it worked, I just got a bit confused with the
html syntax used in perl.

AaronSmile
Quote Reply
Re: [zolltoll] Adding an email field In reply to
You're welcome.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [RedRum] Adding an email field In reply to
Necessary post?? I think not.
========================================
Buh Bye!

Cheers,
Me