I have a report that lists the number of records in a batch file (PDF format). I created a link from the batch number to a drill down report that will display the records in that batch file (again, PDF format). I am calling these reports from a web page.
The link to the new report works, but I cannot get it to open in a new window. It always opens in the same window and I cannot even use the BACK button to go back to the first report.
Here is the code in the stylesheet to get the link to the new report:
TYPE=DATA, COLUMN=BATCH_ID_NR,
URL=http://glswfintnp/cgi-bin/ibi_cgi/ibiweb.exe?(IBIF_ex='VL0023WF' IBIAPP_app='NOSLoanMaint'FILE_TYPE='&FILE_TYPE' BATCH_NUM=BATCH_ID_NR),
TARGET=_BLANK,$
Is anything wrong with the above code? What should I do differently?
The link to the new report works, but I cannot get it to open in a new window. It always opens in the same window and I cannot even use the BACK button to go back to the first report.
Here is the code in the stylesheet to get the link to the new report:
TYPE=DATA, COLUMN=BATCH_ID_NR,
URL=http://glswfintnp/cgi-bin/ibi_cgi/ibiweb.exe?(IBIF_ex='VL0023WF' IBIAPP_app='NOSLoanMaint'FILE_TYPE='&FILE_TYPE' BATCH_NUM=BATCH_ID_NR),
TARGET=_BLANK,$
Is anything wrong with the above code? What should I do differently?