SyntaxFix
Write A Post
Hire A Developer
Questions
Use the onclick as an attribute of your a, not part of the href
onclick
a
href
<a onclick='window.open("lead_data.php?leadid=1", myWin, scrollbars=yes, width=400, height=650);'>1</a>
Fiddle: http://jsfiddle.net/Wt5La/