Page 1 of 1

Opening a new browser window

Posted: Wed Oct 13, 2010 8:34 am
by nascar88
How can I open a new browser window using the hyperlink widget ?

Re: Opening a new browser window

Posted: Sat Oct 16, 2010 11:45 am
by Alex
You can use the following line of code on the onclick event of the hyperlink:

window.open("http://www.google.com");