Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created September 16, 2008 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quirkey/11134 to your computer and use it in GitHub Desktop.
Save quirkey/11134 to your computer and use it in GitHub Desktop.
# example <a onclick="popup('http://gooogle.com','Google',400,300);">Popup</a>
function popup(link,title,width,height) {
return window.open(link,title,"height="+height+",width="+width+",status=no,toolbar=no,menubar=no,location=no");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment