WEB.SHOW_DOCUMENT using javascript opens up a blank window
The following command doesn't open up a new window with the url provided. It just opens up a blank window. Its being called from Oracle forms
WEB.SHOW_DOCUMENT ('javascript:void(window.open(''http://www.google.com'',''_blank''))','_blank');