![]() |
Sergey Kornilov admin 1/14/2010 |
I would suggest to set 'View as' type of FileLocation field to 'Custom' and construct URL manually i.e. strValue = "<A href='HazCom_download.asp?field=FileLocation&key1=" & strValue & "'><IMG height=60 alt='Adobe Icon' src='img.gif' width=60 border=0></A>" |
S
|
stealthwifi author 1/18/2010 |
Could I get this in PHP code format as well, I am thinking of converting my project to PHP and want to test this function? $value = "<A href='http://url1.com/files/" & $value & "' target='_blank'><IMG height=60 alt='Adobe Icon' src='img.gif' width=60 border=0></A>"; |
J
|
Jane 1/19/2010 |
$value = "<A href='http://url1.com/files/".$value."'; target='_blank'><IMG height=60 alt='Adobe Icon' src='img.gif' width=60 border=0></A>"; |