Oracle Forms (MOSC)

MOSC Banner

Issues with hiding URL in Web.show_document.

edited Feb 25, 2017 4:00AM in Oracle Forms (MOSC) 1 commentAnswered

Hello,

This is on Forms 10g. Non EBS. I have an inline html that is launching via a web browser using web.show_document.  The issue is that entire URL content with sensitive data shows up in browser address bar. How can I conceal that? I tried with below yellow highlighted region and its not working.

If I simply use web.show_document(url, '_blank')', then the page is loading just fine, but when trying to hide the URL, the browser is not loading at all.

DECLARE
    LC$Output clob;
    LC$Text  clob;

Cursor gttrec is select * from ts_dayrec_gtt;

Tagged:

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