If Internet Explorer is used on the hard disk, there's an IE-prompt when we do things like<a onclick="location.href='some_file.html'">load some file</a>, <a onclick="top.location.href='some_file.html'">some file</a>etc., whereas there's no prompt when we do<a href="some_file.html" target="_self">some file</a>, <a href="some_file.html" target="_top">some file</a>etc.
Isn't that strange? Why shouldtarget=...be safer than(...).location.href?
===
Arie Molendijk

