How can we make a link on a website designed using Xhtml 1.0 strict open in a new window?
Can it be done using xhtml?
Thank you in advanced for all your thoughts and views.
I use this in my tags to open a new window, but keep in mind that the browser user has control over how links open when clicked on:
<a href="copyrights_moreon.htm" title="Some examples of Copyright and how it works" onclick="window.open (this.href, ”); return false">Some examples of Copyright and how it works</a>
Also, viewer can right-click any of your links and select to open in new window or tab.
Ron