I have a button in LiveCycle Designer that when pressed launches a URL
(php program) in a new window. In other cases I want that the new window
opens in the DocReady event after the document opens. I need that the
new window does not have scroll bars or toolbar as I do when opening a
new window in javascript html. I have Internet explorer 8 browser.Code
in javascript html:window.open ('http://server/myprogram.php',
'MyWindow', 'scrollbars = YES, resizable = no, menubar = no, toolbar =
no, status...