Hide URL when using web.show_document
Hi,
How to hide URL when using web.show_document in oracle forms 12c?
I have used the following command
v_URL := 'javascript:window.open("'|| ' https://www.google.com/' || '","","fullscreen=no,titlebar=no,location=no,toolbar=no,menubar=no,status=no,resizable=yes");self.close()';
WEB.SHOW_DOCUMENT (v_URL, '_blank');
Is there any paramerters to be added in the above?
Regards,
Dinesh