[Catalyst] TT output to a new browser window or tab
    Kutbuddin Doctor 
    ksdoctor at burnham.org
       
    Sat May 24 18:50:28 BST 2008
    
    
  
If you want the output in in a new browser window, then making a link:
 <a href="catalyst_url_here" target="_blank">
seems the right way to go.
Catalyst will then be responding to new request when the user clicks on 
the link.
Is the original report you are wanting to start from in html?
Chris Devine wrote:
> Hello,
>
> I am using TT to create a report. I have found how to direct it's output to
> a file. Can anyone point me to how to output it to a new browser window or
> tab? Equivalent to clicking on a link that includes target="_blank".
>
> TIA,
> Chris
>
>
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
>
>   
    
    
More information about the Catalyst
mailing list