Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Mike1500 #1
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
-
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... -
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:... -
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... -
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.... -
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... -
TheRapidGroup #2
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



Reply With Quote

