");
imgWin.document.write("
");
imgWin.document.write("
");
imgWin.document.close();
}
function del(id,gopage)
{
if (confirm("Á¤¸» »èÁ¦ÇϽðڽÀ´Ï±î?"))
var pass = document.frm.pass.value;
if(pass=="") {
location.href = "pass.asp?idx="+id+"&gopage="+gopage+"&mode=d&gu="+document.frm.gu.value ;
}
if(pass!="") {
location.href = "del.asp?idx="+id+"&gopage="+gopage+"&pass="+pass+"&gu="+document.frm.gu.value ;
}
}
function chkfrm()
{
var pass = document.frm.pass.value;
if(pass=="") {
location.href = "pass.asp?idx="+document.frm.idx.value+"&gopage="+document.frm.gopage.value+"&mode=e&gu="+document.frm.gu.value ;
}
if(pass!="") {
document.frm.submit();
}
}
//-->