새창에서 href 값이 없어 undefined 오류 날 수 있는 문제 수정
This commit is contained in:
@ -13,7 +13,7 @@ if (!$po_id) {
|
|||||||
$po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' ");
|
$po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' ");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form name="fpoll" action="<?=G4_BBS_URL?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="win_poXll" method="post">
|
<form name="fpoll" action="<?=G4_BBS_URL?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="win_poll" method="post">
|
||||||
<input type="hidden" name="po_id" value="<?=$po_id?>">
|
<input type="hidden" name="po_id" value="<?=$po_id?>">
|
||||||
<input type="hidden" name="skin_dir" value="<?=$skin_dir?>">
|
<input type="hidden" name="skin_dir" value="<?=$skin_dir?>">
|
||||||
<section id="poll">
|
<section id="poll">
|
||||||
@ -55,7 +55,7 @@ function fpoll_submit(f)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
win_poll();
|
win_poll(f.action);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -44,7 +44,7 @@ function fpoll_submit(f)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
win_poll();
|
win_poll(f.action);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user