then you want to have 2 separate A, one for each email!

On Wednesday, April 17, 2013 9:41:02 AM UTC+2, 黄祥 wrote:
>
> 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] <javascript:>', '[email protected] <javascript:>']
> 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] <javascript:> will send email to 
> [email protected] <javascript:>, 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