This topic is locked

Picture is the link to the View page

1/8/2009 5:53:37 AM
ASPRunnerPro General questions
G
GravSV author

Hi there,
I´m using ASP runner for a year now and it works great. But I have a question. In the LiveDemo1 it is possible to click on the picture to show the viewpage) with details). http://livedemo.asprunner.net/asprunner/li...st.asp?a=return
That´s what I want to. How do I create this in ASP Runner PRO?

J
Jane 1/9/2009

Hi,
just edit list page in HTML mode on the Visual Editor tab.

Find this code:

{$FieldName_value}



and replace it with this one:

<A class=tablelinks {$viewlink_attrs} target=_blank>{$FieldName_value}</A>

G
GravSV author 1/9/2009

Thanx