그누보드의 install/index.php에서 버튼이 안먹혀서...
(수정전)
<form name=frm method=post action="javascript:frm_submit(document.frm);">
<input type="hidden" name="agree" value="동의함">
<input type="submit" name="btn_submit" value="예, 동의합니다 ">
</form>
...
<script language="JavaScript">
function frm_submit(f)
{
f.action = "./install_config.php";
f.submit();
}
</script>
(수정후)
<form name=frm method=post onsubmit="return frm_submit(document.frm);" autocomplete="off">
<table width="551" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right">
<input type="hidden" name="agree" value="동의함">
<input type="submit" name="btn_submit" value="예, 동의합니다 ">
</td>
</tr>
</table>
</form>
<script type="text/javascript">
function frm_submit(f)
{
f.action = "./install_config.php";
return true;
}
</script>
ư
ư۱ ķο,ҽÿ,ȫư ֹ
|
ڵ ý
ڵ,ġ,,¾,¼ ڵ, ð
|
APEM븮 ں
ǰ,Ư û پ ̽ƽ,ġ,ư,,Ŀ
|