close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Link an email address that is loading dynamically

Thread began 7/25/2010 7:15 am by elewis93815 | Last modified 7/25/2010 1:42 pm by elewis93815 | 907 views | 4 replies |

elewis93815

Link an email address that is loading dynamically

How do you have an email address linked in a dynamically loaded page:
Deb Albersman
1300 Nicollet Mall Suite 3024
Minneapolis MN 55403
Off. (612) 673-0347 Fax. (612) 673-9301
debalbersman@aol.com
Jag Jeans (M) Updated missy jeans, crops & shorts...that really fit SPOR, PETI, XSIZ

Here is a link to the page: exhibitorsTEST.php

Thanks for any help.

Erick

Sign in to reply to this post

neilo

Hi Erick,

You would just need to add the <a href="mailto:"></a> tags to your email dynamic text line. So, if your email php line looked (something) like:

<td><?php echo($row_yourRecordset['email']); ?></td>

You would add the link tags, so:

<td><a href="mailto:<?php echo($row_yourRecordset['email']); ?>"><?php echo($row_yourRecordset['email']); ?></a></td>


Sign in to reply to this post

elewis93815

Still having problems

Thank you for your reply but I am still having problems getting this to work. Seems pretty straight forward, however....

Here is the exact code that I'm using. The second portion has to do with the website address that is also included on that same line, we do not need the website address to be linked, just the email address....

<td bgcolor="#FFFFFF" class="WADAResultsTableCell"><?php echo $row_WADAnorthstar['Email']; ?> <?php echo $row_WADAnorthstar['Website']; ?></td>

Thanks!

Sign in to reply to this post

neilo

Hi Erick,

Not sure why that didn't work; - with the code you supplied (and just the email address linked) the revised code should be:

<td bgcolor="#FFFFFF" class="WADAResultsTableCell"><a href="mailto:<?php echo $row_WADAnorthstar['Email']; ?>"><?php echo $row_WADAnorthstar['Email']; ?></a> <?php echo $row_WADAnorthstar['Website']; ?></td>

Give it another try and see what happens.

Sign in to reply to this post

elewis93815

It worked, Thank You!

I did in fact use the exact code that you just sent and it worked. Not sure what happened the first time, but were set now.

Thank you very much!

Erick

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...