Sized Pop-Up Window


/ Published in: HTML
Save to your folder(s)

Place this script on an anchor tag, and it will open in a new browser with a defined size. The browser will not have a toolbar, menu, status, etc.


Copy this code and paste it in your HTML
  1. onclick="window.open(this.href,'_blank',config='width=400,height=400,scrollbars=no,menubar=no,toolbars=no,directories=no,location=no,status=no');return false"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.