![]() |
romaldus 7/4/2010 |
Hi All. I have a list page that shows a list of various motorcycles Table Name: onewayrentals The motorcycle name comes from a table: motorcycles I need to make a hyperlink from 'make' in onewayrentals that links to the record in motorcycles to show the record for the same 'make'. I have looked at View/Custom on Editor page but can't figure how to configure '$value' to include a hyperlink to the appropriate record. Help welcome. Thanks.
|
R
|
robmid author 7/5/2010 |
Thanks Jane. This post may helps you: http://www.asprunner.com/forums/topic/14631-link-in-list/ |
A
|
ann 7/5/2010 |
Rob, <TD><A href="bikes_view.php?recordid={$custom_link}">View Bike</A></TD> |
R
|
robmid author 7/6/2010 |
Hi Jane. |
J
|
Jane 7/6/2010 |
Rob, |