Hi I am new to DNN and I have already developed the side bar menu, I want to open a page in a new window when user click on the page. There is one option "open link in new window" but That's not working when I enable that.
I have tried to put below command in external url field
1. url/target="_blank"
2. javascript:void(window.open('url'))
but none of them are working for me it gives me server error. can anybody please guide me if I am missing anything.
Thank You !