Thanks but I'm not sure that's what I need.
What I want is to be able to add somthing like
<A onclick="NewWindow(this.href,'name','746','532','no','no');return false" href="default.html">Link</A>
Into the HTML. Even if I try to put the above in HTML mode and switch
to normal then back to HTML view it gives me something like <a
href="http://localhost/project/default.html">Link</a>
So even if I could get a button to add this (which I cannot at the moment), it looks like I will be losing the onclick event.
Is there anyway at all that users can add links that utilise window.open() rather than a target = "_blank" link?
Thanks