33
Views
2
Comments
Solved
Open new page from modal on a new tab in the browser
Question

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'".

2019-04-29 15-49-13
Detlev
Solution

Try attribute: 

Property = target

Value = "_new"

2019-01-11 12-35-49
Cees van Oosten

Detlev Wijnhoud wrote:

Try attribute: 

Property = target

Value = "_new"


Thanks for the quick repy Detlev.

Tried and it seems to work.......

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.