Hi.
I am doing some URL integration tests. I create the URL for the Basket option (
p=B). As documentation shows, if I use the
tw option (
tw=visor) to set the target window/iframe, when storing a file the Viewer should open in that window/iframe but it always opens in a new window.
I would like to use this way:
NAVIGATOR WINDOW
--------------------------------
[BASKET IFRAME] | [VIEWER IFRAME]
This is the HTML snippet:
<iframe src='url-integration' height='600' width='700'></iframe>
<iframe id='visor' name='visor' height='600' width='500'></iframe>