Return to Snippet

Revision: 19662
at October 28, 2009 06:45 by flicity


Initial Code
function popitup(url){
	newwindow = window.open(url, 'name', 'height=400,width=400');
	return false;
}

Initial URL
http://www.quirksmode.org/js/popup.html

Initial Description


Initial Title
Jquery open in new window

Initial Tags
window, jquery

Initial Language
jQuery