Making image fields into a link

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Making image fields into a link

    Hello All,

    I have an image field that I want to make it into a link. The problem is that
    the Hotspot properties is not shown. Does anyone know how to make my image
    fileds into a page link? Please help. Thanks.

    Mike1500 Guest

  2. Similar Questions and Discussions

    1. Making form fields transparent
      I recently scanned a paper form and used Acrobat to fill-in the blanks. In Acrobat, the pdf looks fine, but when I open this same pdf in Preview, the...
    2. making a link active?
      Im trying to make a link only become active once a script has finished running what im trying to achieve can be seen here:...
    3. Making a link to different websites
      I would like to be able to make a page for "my favorite links". I would want my viewers to be able click on these and it would take them to the new...
    4. datakeyfield and 3 fields making up the PK
      hi In my database I have a table in which 3 fields make up the primary key. I use a datagrid to add, edit/update and delete entries of that table....
    5. Making all fields from all records display at one time
      What I'd like to do is, after inputing data into 2 or more records, is have a button you can click on that will display all the fields from all the...
  3. #2

    Default Re: Making image fields into a link

    IF I am understanding this right, drag your image record onto your page/dynamic
    table and select your record and then enter the variable that you want to pass
    in the link box in your properties panel... something like this:

    your_detail_page.php?your_url_parameter=<?php echo
    $row_yourrecordset['yourfield_to_filer']; ?>

    everything thing with "your_" would of course be your own values

    TheRapidGroup 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