I’m using this code in an agent that when called (via a java button) sends the user to another web page:
redirect$ =[http://new.page.com/rpgspprd/ListCons.pgm?Rnd=0608630575809737&selBTNO1=283&selBTNO2=1283]"
Print redirect$
But we would like for it to open a new browser window, like ‘target="_blank’ does in html.
Is this doable?