Link to dynamic content

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

  1. #1

    Default Link to dynamic content

    hello..
    Another simple question for someone...how do i link results from my recordset
    to a URL, defined by the varible itself.
    So within my recordset i have email and web address, when these are returned
    how do i make such items clickable!?
    I have tried to simply put the varibles in the link box {nicheresults.Web},
    ofcourse this doesnt work!!
    whats the trick. I guess i need a wee php tag in there first!?

    davebusey Guest

  2. Similar Questions and Discussions

    1. Dynamic Content Flash Ad
      I have created several banner ads that load an image from my client's server. When the ad is submitted to Google, they refuse it saying my code can...
    2. content target link opens in a new window!!
      hi i'm designing this HTML website with dreamweaver 8, it's a frameset devided into 3 frames top frame(navigation) , left frame (ads) and...
    3. Loading dynamic content into a pdf
      I'm researching whether or not this is possible. I know its completely possible to create pdfs dynamically so that they are different every time one...
    4. Dynamic content
      I am trying to think of a way to develop the following type of application... I want visitors to be able to create flyers, postcards, etc. with...
    5. remotely link .w3d content
      Is it possible to remotely link 3d content once a projector is created - i.e. have a folder in the same location as the projector that the projector...
  3. #2

    Default Re: Link to dynamic content

    Hello

    To send an email using the name in your field add this code to the link box in
    the Properties section: mailto:#Recordset1.locEmail1# replacing the bit between
    the hashes with the names of your recordset and field.

    To link to a website, assuming your field ouputs a URL starting with 'www.' do
    the same but replace 'mailto:' with [url]http://'[/url] (no inverted commas of course) and
    choose a target.

    Have fun.
    Daniel


    Daniel Jamin 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