Skip to content

HTML javascript popup window

This is the code:

<a onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;" title="Your Title" href="yourlink.com">some text</a>
Published inCoding