Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Make it so! #1
Showing the email link from a database link
Hi
Does anyone know how to have an email link show when showing the databse info
in a repeating table. Here is the link [url]www.phwebdesign.co.uk/formresults.php[/url]
Obviously the database can show the email info, but I am interested in knowing
how to have the outlook express box come up when you click the email link. I
hope this makes sense.
I would appreciate any help. Thank you.
Phil
Make it so! Guest
-
#38932 [NEW]: missing link to Windows Installer 5.1.6 only zip file is showing
From: graphix2005uk at hotmail dot co dot uk Operating system: windows XP SP1 PHP version: 5.1.6 PHP Bug Type: Unknown/Other... -
Email link in PDF
Can anyone tell me how to make a link to launch a default email application with a specific email in the 'to' box? I can easily create links to open... -
Email Link in 6.0
In 4.0 I would select the WWW link and use the MAILTO: command to set up an emial link. But in 6.0 if I do this it opens up a browser too. Is there a... -
get URL - email link
I manage to make links to other websites, but i can't make mail links. the code I have is : on (release) { getURL "mailto:contact@compny.com",... -
Email link
Does anyone know of a FREE extra that will send an email? I tried the Ingeniak but it is a demo. -Bloke Tampa MMUG -
jeremyluby #2
Re: Showing the email link from a database link
ok you need to place an <a> tag around the data:
pseudo code:
<a href="mailto:<? email address from table ?>"><?email address from table?></a>
jeremyluby Guest



Reply With Quote

