[thelist] Mailto:

David Mitchell dave at mitchellweb.com
Tue May 29 18:26:19 CDT 2001


Just a suggestion:
While what you are doing is correct and will work, it is always advisable to
put object properties into a variable and accessing it from that variable,
for example,

Dim strEmail
strEmail = UserRS("email")
response.write "<tr><td><a href=mailto: "& strEmail & ">" & strEmail &
"</a>")

This allows the intepreter to access the object reference memory only once,
thus using less overhead.

Dave








More information about the thelist mailing list