it seems can not make it work for the link, i've tried both, but same result
{{=SPAN(T('Email : '), A(', '.join(row.email), _title=T('Send Email'), 
_target='_blank', _href='mailto:%s' % row.email), _id='email_%s' % i)}}
{{=SPAN(T('Email : '), A(db.branch.email.represent(row.email), 
_title=T('Send Email'), _target='_blank', _href='mailto:%s' % row.email), 
_id='email_%s' % i)}}

yet the output is correct but when i clicked, it will produce :
['[email protected]', '[email protected]']
in the email from field value

is it possible to make the list value separated in link output format? so 
that when i hover to [email protected] will send email to [email protected], vice versa, not 
send to both email
thank you so much

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to