function funEntry () {
  if (!confirm("登録します。よろしいですか？")) return;
  with(document.frm1) {
    method.value = 1;
    submit();
  }
}
