웹모아
|
2006-09-05 14:40:37
|
|
댓글:(0)
조회:8835
|
|
|
|
.
<script languahe=javascript>
function f1sub(write_mode) { //글쓰기
document.getElementById('btn_submit').disabled = true;
if (write_mode=='bw') ac_file='./b_write.php';
else if (write_mode=='bm') ac_file='./b_modify.php';
document.form1.action = ac_file;
document.form1.submit();
}
</script>
<FORM NAME="form1" action="javascript:f1sub('bw');" enctype=multipart/form-data METHOD="POST">
..........
</FORM>
<input type=image id="btn_submit" src="/pbbs/_icon/rest2.gif" border=0 title="등록하기"> |
|
|
|
|
|
|
※ 댓글쓰기는 회원(로그인 하신분) 이상 가능합니다.
댓글 (0)
|
|
버턴관련테그
|
페이지: 1 / 3
|