Gossamer Forum
Home : Products : DBMan : Installation :

Can you do this with short mod?

Quote Reply
Can you do this with short mod?
Can you have more than one field in the link for the short mod like this -
<a href="$db_script_link_url&ww=on&$db_key=$rec{$db_key}&view_records=1">$rec{'first_name','last_name'}"</a><BR>
?
Quote Reply
Re: Can you do this with short mod? In reply to
Yes and no. You can have more than one field, but not like you have it.

This would work, though

<a
href="$db_script_link_url&ww=on&$db_key=$rec{$db_key}&view_records=1">
$rec{'first_name'} $rec{'last_name'}</a><BR>


------------------
JPD