For Jeneesh !!! hide address bar from report(running in browser) in 10g
RehmanAug 24 2006 — edited Aug 24 2006hello dear jeneesh
i wanted to hide address bar from browser when rport is running. you provide me link for some white paper.
i read the paper and write code
URL :='http://'||v_host||'/reports/rwservlet?
server='||v_server||'&
report=c:\module1.rdf'||'&
desformat=htmlcss&
destype=cache&
paramForm=yes&
userid=scott/tiger@bo';
v_URLout := 'javascript:window.open("'||URL|| '","","fullscreen=no,
titlebar=no,location=no,toolbar=no,menubar=no, status=no, resizable=yes");self.close()';
web.show.document(v_urlout,'_blank');
but now the report is not running. i think there will be a slight mistake may be comma missing or not placing at right place.
can u help me?
thnks
Najeeb