Hello everybody.
I have been building widget that accept user input and then once everything checked it will redirect user to the original web site.
However the best I achieved for now is that redirect will be opened in parent window rather then in new window.
Right now I am using
$(parent.location).attr('href', asoRequestURL);
However I would like to open redirected page in new window rather then in parent windows.
Is it possible ? And if yes then can you give me example.
Thanks in advance