I can use window.open('the link here','name','height=x,width=x') to make a popup window. Is this possible without JavaScript at all, using the href tag or similar?
Something like <a href="popup:http://stackoverflow.com">Stackoverflow Popup</a> where the popup: will cause the popup similarly to the way mailto: sends mail.