Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Register
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
Products
:
Links 2.0
:
Customization
:
Email address instead of URLS
Previous Thread
Next Thread
Print Thread
View Threaded
Jan 20, 1999, 9:11 PM
ProfessorSW
Novice
(16 posts)
Jan 20, 1999, 9:11 PM
Post #1 of 5
Views: 336
Shortcut
Email address instead of URLS
I am thinking about using Links to list email addresses instead or URLS so when the name is clicked you get a mailto: instead of url.
Has anybody done this? How are would it be?
Thanks
Jan 21, 1999, 10:55 AM
cK
Enthusiast
(567 posts)
Jan 21, 1999, 10:55 AM
Post #2 of 5
Views: 335
Shortcut
Re: Email address instead of URLS
In reply to
Yes I have it, this i a piece of my script:
ID => [0, 'numer', 5, 8, 1, '', ''],
'Contact Name' => [1, 'alpha', 40, 75, 1, '', ''],
'Contact Email' => [2, 'alpha', 40, 75, 1, '', '.+@.+\..+'],
and:
$db_category = 4; $db_modified = 3; $db_url = 2;
$db_hits = 10; $db_isnew = 12; $db_ispop = 13;
$db_contact_name = 1; $db_contact_email = 2; $db_title = 1;
and put mailto: in jump.cgi, and you're ready to go.
So URL --> email
So Title --> name
Jan 22, 1999, 1:54 AM
andrewpeacock
New User
(1 post)
Jan 22, 1999, 1:54 AM
Post #3 of 5
Views: 334
Shortcut
Re: Email address instead of URLS
In reply to
Hi,
Another option is to write the URL as
mailto:address@domain.com
rather than
http://www.domain.com
I'm not sure whether this works on all browsers, but using IE4 I have this working at
http://www.nlpresources.com/links/Newsgroups_Mailing_Lists_and_Forums/
I hope that helps,
Andy
------------------
---------------------------
NLP Resources
http://www.nlpresources.com
---------------------------
Feb 10, 1999, 4:28 AM
hope
Novice
(33 posts)
Feb 10, 1999, 4:28 AM
Post #4 of 5
Views: 334
Shortcut
Re: Email address instead of URLS
In reply to
Where exactly do you insert the code to use an email address instead of a URL?
Feb 10, 1999, 7:13 AM
elms
User
(86 posts)
Feb 10, 1999, 7:13 AM
Post #5 of 5
Views: 335
Shortcut
Re: Email address instead of URLS
In reply to
Hope,
Check your last post:
Andy is right...
http://www.gossamer-threads.com/scripts/forum/resources/Forum3/HTML/000620.html
elms
[This message has been edited by elms (edited February 10, 1999).]
Previous Thread
Next Thread
Print Thread
View Threaded