Re: Redirect to a static pdf in popup/new tab

2009-04-28 Thread Warren Bell
As far as I can tell, there are no Ajax related links that can use PopupSettings. I need to refresh a component as part of the processing. Steve Swinsburg wrote: Could you use PopupSettings to specify it should be a new window and just process whatever you need in the onClick() of the link?

Re: Redirect to a static pdf in popup/new tab

2009-04-28 Thread Steve Swinsburg
Could you use PopupSettings to specify it should be a new window and just process whatever you need in the onClick() of the link? cheers, Steve On 28 Apr 2009, at 17:11, Warren Bell wrote: I have a situation where a user needs to click on many links on one page and display many static pd

Redirect to a static pdf in popup/new tab

2009-04-28 Thread Warren Bell
I have a situation where a user needs to click on many links on one page and display many static pdfs each in a new tab or popup. The problem is that I need to do some processing on the original page in the Link#onClick before I open up the pdf in a new tab or popup. I do not want the pdfs add