We are using a redirect asset to provide a link to a survey from a component on our site. When the New window toggle is used it invokes javascript to open in new window without the browser address bar which gets blocked by some web browsers.
As the target attribute of the link element is included in the html spec could a non-js approach to this be used or offered instead?
E.g. the New window setting could offer:
New window (toggle)
Use javascript (toggle)
Options
Window width/height...
Without toggling use javascript target attribute will be set to _blank