Date:  01/12/2012 08:48:54 AM Msg ID:  004399
From:  irace_z28 Thread:  004399
Subject:  \\examples\\download.fwx
In the"\examples\download.fwx" script, I'm trying to figure out how to view a selected file in a "new" browser window.
 
 I've tried replacing Line 42:
Response.Write(FileContent)

with

Response.Write("<script>window.open('FileContent')</script>")

but that didn't work. 

Can someone please help?

Thanks,