I want to put the display of an external url into a noc view but for the life of me can't figure out how to do this? If I add it as a custom link it still opens in a new page which is what I'd want to avoid if possible.
Thoughts?
Use an iframe:
<center><iframe src="URL here" width="X" height="Y"></iframe></center>