Hi David, thanks for the response........
This does not work. I have tried:
window.open("/inet.nsf/0/AEFFA9409ED0E1ED80257B1900556AB8/$file/xpages.pdf", "_parent");
And _top, _self, _blank All to no avail.
window.open() supports the following:
- _blank - URL is loaded into a new window. This is default
- _parent - URL is loaded into the parent frame
- _self - URL replaces the current page
- _top - URL replaces any framesets that may be loaded
As I do not have frames or framesets, the attachment opens entirely in a window, and not in the area of the xpage it was launched from.