You can control exactly what goes inside the <li> for a given menu item by 
making the third element of that item a web2py HTML helper instead of just 
a URL. So, instead of:

('External Link', False, 'http://somesite.com')

You can do:

('', False, A('External Link', _href='http://somesite.com', _target='_blank'
))

Anthony

On Monday, June 25, 2012 9:06:20 AM UTC-4, Manuele wrote:
>
> What if I want to put a voice in the menu that link a page external to 
> my application that I want to open in a new tab? 
>
> thanks in advance 
>
>      Manuele 
>

-- 



Reply via email to