Is there a way to open new page from modal on a new tab in the browser as a link is clicked?
Now the page is opened in the modal, despite specifying "target='_blank'".
Try attribute:
Property = target
Value = "_new"
Detlev Wijnhoud wrote:
Thanks for the quick repy Detlev.
Tried and it seems to work.......