I have a very dynamic UI that provides the end user 2 detail views (each one a step deeper than the previous). When i get to the bottom of this chain I would like the ability to "preview" a pdf file ... but the only luck I have thus far is using window.open(url) and this pops up an additional browser window in IE6/7 (not desired if at all possible)
My question is this - how "should" I structure this type of functionality if I can generate a pdf on the server side (no problem) and want to display this to the user w/out a post-back?