Linked Questions

Popular Questions

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?

Related Questions