0
votes

i am using apex 18.1 with database 11g in windows, my page has dynamic action, with following Executre java script;

apex.navigation.redirect('localhost:1234/reports/rwservlet? server=servername.&report=myrep.rdf&userid=user/pwd@link&desformat=pdf&destype=cache&paramform=no');

it works fine when Button press but output (.pdf) opens in same browser tab and i do want it to open in new tab; please assist.

1

1 Answers

0
votes

Instead of apex.navigation.redirect(...), try window.open('...','_blank')