http://jquerymsgbox.ibrahimkalyoncu.com/
if (window.showModalDialog) {
var returnTarget=window.showModalDialog("FileName",this,
"dialogWidth:600px;dialogHeight:400px;resizable:0;scroll:0;");
} else {
var returnTarget=window.open("FileName",this,"height=400px,width=600px,toolbar=no,directories=no,status=no,memubar=no,modal=yes,location=no,resizable=no,menubar=no,scrollbars=no,copyhistory=no");
}
沒有留言:
張貼留言