J
|
Jane 9/29/2006 |
Brenda, <% if IsBinaryField(rs.Fields("mailto")) or Format("mailto")=FORMAT_DATABASE_FILE then Response.Write CreateImageControl(rs, "mailto", "") else Response.Write "<a href=""mailto:" & GetData(rs.Fields("mailto"), "") & "?subject=Property id " & GetData(rs.Fields("tktid"), "") & "&body=Please forward me information with regards this property " & GetData(rs.Fields("tkt_id"), "") & """>Click to request info!</a>" end if %> |
B
|
bburden author 9/29/2006 |
Brenda, you missed three parameters in the ProcessLargeText function. I recommend you don't use this function:
|
J
|
Jane 9/29/2006 |
try to use following code: <% if IsBinaryField(rs.Fields("mailto")) or Format("mailto")=FORMAT_DATABASE_FILE then Response.Write CreateImageControl(rs, "mailto", "") else Response.Write "<a href=""mailto:" & GetData(rs.Fields("mailto"), "") & "?subject=Property id " & GetData(rs.Fields("tktid"), "") & "&body=Please forward me information with regards this property " & GetData(rs.Fields("tkt_id"), "") & """>Click to request info!</a>" end if %> |
B
|
bburden author 9/29/2006 |
Thank you for your time and patient with me. I will try it and will let you know the results. |
B
|
bburden author 9/29/2006 |
I said I would let you know if it work and it does - IT WORKS GREAT. |
![]() |
Sergey Kornilov admin 9/30/2006 |
Here is the mailto protocol description: |