Is there a line of code I can insert into my document head that will force all the links to open with the target="_top"?
I know I can go through all my links and set that attribute for each one, but I was hoping there might be a cleaner method.
If HTML can't do this, can JavaScript?
Thanks