#100 에 따른 h1 다중사용 처리

This commit is contained in:
whitedot
2012-12-24 17:50:03 +09:00
parent 6907449605
commit c6d75730d6
4 changed files with 13 additions and 12 deletions

View File

@ -14,7 +14,8 @@ if (!$po_id)
$po = sql_fetch(" select * from $g4[poll_table] where po_id = '$po_id' ");
?>
<div>
<section>
<h2>사이트 설문조사</h2>
<form name="fpoll" method="post" action="<?=$g4[bbs_path]?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="winPoll">
<input type="hidden" name="po_id" value="<?=$po_id?>">
<input type="hidden" name="skin_dir" value="<?=$skin_dir?>">
@ -28,7 +29,7 @@ $po = sql_fetch(" select * from $g4[poll_table] where po_id = '$po_id' ");
<input type="submit" value="투표하기">
<a href="javascript:;" onclick="poll_result('<?=$po_id?>');">결과보기</a>
</form>
</div>
<script>
function fpoll_submit(f)
{