Oracle Forms (MOSC)

MOSC Banner

Hide URL when using web.show_document

edited Jan 30, 2020 5:58AM in Oracle Forms (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center