Code: Select all
function popup(image_name, border){
var newWindow = window.open("display_img.php?img=" + image_name + "&border=" + border, "display", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=650,height=750", "");
}