Is there a way to redirect to a new browser window from a view -
similar to a target="_blank" on a href link?

Basically, I want a form with 1 selection each from 2 lists to be made
and then a new window to open & display the results of the merged
selections. The lists are one of content  and one of templates. The
displayed result is a template filled with the selected content.

The template is actually built with pyjamas and is populated via
jsonrpc. This is served as a static html and works fine. I am just
looking for a way of serving it in a new window / tab instead of the
current main window.

Any ideas? Thanks

Reply via email to