Oracle Forms (MOSC)

MOSC Banner

calling html file within web.show document as a report output

edited Feb 13, 2013 9:01PM in Oracle Forms (MOSC) 3 commentsAnswered
 /* this is blank html file included javascript for disabling mouse right click working fine*/  WEB.SHOW_DOCUMENT ('http://prod.artisticmilliners.com:8000/files/file.html','_blank');

/* this is oracle report output within model frame working fine*/ 
WEB.SHOW_DOCUMENT ('javascript:void(window.open("'|| URL || '","","location=no,toolbar=no,menubar=no,status=no,"));self.close()','_self');

I want to add show report output with right mouse click disable. Please guide how can i do it? 

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