On button click I call process (eg. update table) and then call below code to redirect on new page in new tab (jasper report).
After processing > Branches > Page or Url redirect
javascript:window.open('fp= my_url_work_100% ,'_blank');
Nothing happens! Any idea where is problem!
What is best solution for redirect to new page in new tab after processing?
I don't know what is the best solution, but - to me, it seems that target URL is invalid. What is it supposed to represent?
fp=looks like beginning of Apex' URL, but - it begins withf?p=(note the question sign)http://reports_server_address/reports/rwservlet/...). I'd expect that you should do the sameMaybe you should