Home
Analytics
Hide birt-viewer URL parameters
Gustavo.Av
Hello,<br />
<br />
I have my birt integrated with my php application and i was wondering if there is any way to hide the url parameters from either php or the jsp side (probably the jsp), can anyone tell me how ?<br />
<br />
My url is like <br />
<br />
<a class='bbc_url' href='
http://localhost:9191/birt-viewer/frameset?__report=C:\workfolder\gustavoviana\products\v_100\reports\birt\VND02404.rptdesign&__format=html&__svg=false&__locale=pt_BR&__timezone=America/Sao_Paulo&qryRelatorio_RP_CDFILIAL=0062&qryRelatorio_RP_FILIAL=0062&qryRelatorio_RP_DTVENDAINI=01/01/2009&qryRelatorio_RP_DTVENDAFIN=01/01/2011'>My
link</a><br />
<br />
<br />
<a class='bbc_url' href='
http://localhost:9191/birt-viewer/frameset?__report=C:\workfolder\gustavoviana\products\v_100\reports\birt\VND02404.rptdesign&__format=html&__svg=false&__locale=pt_BR&__timezone=America/Sao_Paulo&qryRelatorio_RP_CDFILIAL=0062&qryRelatorio_RP_FILIAL=0062&qryRelatorio_RP_DTVENDAINI=01/01/2009&qryRelatorio_RP_DTVENDAFIN=01/01/2011'>http://localhost:9191/birt-viewer/frameset?__report=C:\workfolder\gustavoviana\products\v_100\reports\birt\VND02404.rptdesign&__format=html&__svg=false&__locale=pt_BR&__timezone=America/Sao_Paulo&qryRelatorio_RP_CDFILIAL=0062&qryRelatorio_RP_FILIAL=0062&qryRelatorio_RP_DTVENDAINI=01/01/2009&qryRelatorio_RP_DTVENDAFIN=01/01/2011</a>
;
Find more posts tagged with
Comments
JasonW
I am not certain how you are calling the url but all the url parameters can be passed in form variables if that is what you are using. You could always look at using the tag libraries as well. Take a look at this link:
http://www.eclipse.org/birt/phoenix/deploy/viewerUsageMain.php#tags
Jason
Gustavo.Av
Im passing the variable to the url just by opening a new window with javascript and then i set the page header with the header($url) command.