120 pts.
 LotusScript open lin in a new browser…?
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?

Software/Hardware used:
Domino Designer, iSeries
ASKED: October 2, 2009  4:08 PM
UPDATED: October 8, 2009  2:08 PM

Answer Wiki:
Can use Javascript's window.open in your LotusScript agent: Print "<SCRIPT LANGUAGE=JavaScript>window.open('http://www.google.com')</SCRIPT>"
Last Wiki Answer Submitted:  October 8, 2009  2:08 pm  by  Kcarver   40 pts.
All Answer Wiki Contributors:  Kcarver   40 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _