|
walrus -> field as mailto subject (10/30/2003 4:24:57)
|
I have this small script which works fine if Trim(FP_Field(fp_rs,"Email")) = "" then
response.write ""
else
response.write "<a href=""mailto:"&FP_Field(fp_rs,"Email")&"""><img src='/images/email.gif' border='0'></a>"
end if
%> I would like to add two or three more fields from the database to appear in the subject line. I can do this in a simple mailto but I can't work out the syntax when a field is involved. Any help please?
|
|
|
|