var profiles = {
normal: {
width:1000,
height:700,
toolbar:1,
scrollbars:1,
status:1,
resizable:1,
top:0,
left:0,
createnew:1
},
help: {
width:500,
height:500,
toolbar:0,
scrollbars:1,
status:1,
resizable:1,
top:0,
left:0,
createnew:1
},
bookmark: {
width:1000,
height:500,
toolbar:0,
scrollbars:1,
status:0,
resizable:1,
top:0,
left:0,
createnew:1
}
};
$(function(){
$(".popupwindow").popupwindow(profiles);
});
sent = false
function send_check(){
if(sent){
alert('処理中です、もう暫くお待ちください。');
return false;
}
else{
sent = true
return true
}
}