| |
joeschmoe
Posts: 1
Score: 0
Joined: 11/15/2001
From: USA
Status: offline
|
Function fFormatEMail(strInEmail) if (Len(strInEmail) > 0) then fFormatEMail = "<a href=""mailto:" & strInEmail & """>Send!</a>" else fFormatEMail = "" end if End Function I want to do something similar to this, but with a picture. I'd like to include a link to a picture in a pop up window from a database. Any ideas? Thanks in advance!
|
|