web.show_document:open a small IE window without main window
122352Apr 18 2003 — edited Apr 28 2003I would like to create a IE window without scrollbars and toolbars from Forms9i .
So I call 'web.show_document('javascript:window.open("http://server1:7778/chk_svg.html",
"My_WIN", "SCROLLBARS=NO", "TOOLBAR=NO", "_top")');'.
It works, but creates a main IE window in the background.
Can I hide this main window and how can I solve this problem generally?
Regards
Friedhold