SyntaxFix
Write A Post
Hire A Developer
Questions
HTML alone does not support this. You need to use some JS.
HTML
JS
And also consider nowadays people use popup blocker in browsers.
<a href="javascript:window.open('document.aspx','mypopuptitle','width=600,height=400')">open popup</a>