Showing the email link from a database link

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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...
    2. 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...
    3. 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...
    4. 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",...
    5. 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
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139