daferub Posted July 10, 2013 Posted July 10, 2013 Hello, I have created a popup window in a box of the column left but when I click on the link it open a new window, not popup What is wrong? <a href="repro.html" target="_blank" rel="nofollow" onclick="window.open(this.href,"win2","status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=317,height=230,directories=no,location=no"); return false;"><img src="images/logo-fmx10.jpg" width="138" /></a>
♥joli1811 Posted July 11, 2013 Posted July 11, 2013 Hi, target="_blank" will open in a new window regards Joli To improve is to change; to be perfect is to change often.
daferub Posted July 11, 2013 Author Posted July 11, 2013 Hello, I used the code: target="_blank" but still open in new window, not popup
Recommended Posts
Archived
This topic is now archived and is closed to further replies.