Custom Button to open a page |
12/10/2009 9:34:12 AM |
ASPRunnerPro General questions | |
I have a record with a view page that I'd like to go to from a list page by pressing a button. Allowing ASPRunner to create a Smarty link to it gives me one link per record in the list and its always going to be going to a record with the same masterkey for that list. |
|
J
|
Jane 12/11/2009 |
Hi, record("custom_link") = "href=""http://localhost/V24ExperimentWithThreadAudit/WebAuditView_list.asp?mastertable=dbo%2EWebChat&masterkey1=" & data("FieldName") & """"
<a {$custom_link}> |
|
Stu author 12/16/2009 |
Jane,
|