Help with HTML links please?

Ben H

New member
I have this link:

<a href="reply.cfm" target="_blank"
onClick="window.open('reply.cfm?
sentfrom=#sentfrom#
','mywindow','width=500,height=500,
resizable=no,
scrollbars=no,toolbar=no
,location=no,directories=no,status=no,
menubar=no')">Reply</a>

I've split the links into bits as the text box hides most of it.

But it opens two links, one with all the properties I want (such as directories=no, etc) and the other one just opens reply.cfm without all the properties. How do I stop the reply.cfm without the properties from opening along with the other one?
 
Back
Top