function com()
{
if(confirm("저장 하시겠습니까?"))
{
var input=document.createElement("<input>");
input.type = "hidden";
input.name = "comments";
input.value = document.commentwrite.comments.value;
document.resultReturn.appendChild(input);
document.resultReturn.action="CommendAdd.do";
document.resultReturn.submit();
}
}
댓글 없음:
댓글 쓰기