Hi! On 12/29/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > > Hello friends, > > I have a ReportAction from which I'm streaming a pdf file to > AcrobatReader(The Action returns null). > > When the Action ends - an empty I.E. browser opens and then Acrobat > opens my pdf file. > > Is there a way to close the empty I.E. browser? Or prevent it from > opening in the fist place?
You probably have a target="_blank" in the link that takes you to the ReportAction. If this is tru just remove the target attribute. If not how do you go to ReportAction? Do you click on a link? Rivka Tamas