web.show_document
255383Jun 30 2004 — edited Feb 6 2006I was trying to execute the web.show_document using javascript as part of the URL as follows :
WEB.SHOW_DOCUMENT ('javascript:window.open ("URL"
,"",fullscreen=no,titlebar=no
,location=no,toolbar=no
,menubar=no,status=no")','_blank');
IS it possible to do so? if yes, why didn't this work. It compiled fine but resulted in "Page can Not be Displayed" message in the browser