LotusScript open lin in a new browser…?
120 pts.
0
Q:
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: Oct 2 2009  4:08 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
40 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Can use Javascript's window.open in your LotusScript agent:
Print "<SCRIPT LANGUAGE=JavaScript>window.open('http://www.google.com')</SCRIPT>"
Last Answered: Oct 8 2009  2:08 PM GMT by Kcarver   40 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0