I have a page set in my dnn menu that redirects to another website (its branded to look like it is inside our site, but it is maintained by our investor relations company).
I redirect using the pages settings > Advance Settings > Link Url
This works fine, except that our investor relations pages are set in frames (not my choice), so once you click into their pages your URL remains static no matter what other page in their section, or the rest of our site, you hit it will keep their URL.
I tried adding: target="_top" to the end of the link in the Link Url settings, but that broke the link.
After digging around online I found a javascript that would make the link open in a new window when added into the Link Url Settings:
window.open('http://www.tylertech.com/investors')
Now, I don't want the page to open in a new window, but this says to me that this setting will read javascript.
Is there anything i can add that would be the equivlent of having target=_top in this link?
Thanks,
Amy