function location_href( $url, $msg="" )
{
global $g4;
$array_url = parse_url($url);
$formname = "form" . time();
$query = explode("&", $array_url[query]);
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "<form id='$formname' method='get' action='$array_url[path]'>";
foreach ( $query as $key => $val )
{
list( $key2, $val2 ) = explode("=", $val);
echo "<input type=hidden name=$key2 value='$val2'>";
}
echo "</form>";
echo "<script language='javascript'>";
if ( $msg )
echo "alert(\"$msg\");";
echo "document.getElementById('$formname').submit();";
echo "</script>";
exit;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4072 | |
| 29 |
아우겐나이스
|
21년 전 | 4454 | |
| 28 |
아우겐나이스
|
21년 전 | 3478 | |
| 27 | 21년 전 | 5855 | ||
| 26 | 21년 전 | 3139 | ||
| 25 | 21년 전 | 6104 | ||
| 24 | 18년 전 | 3669 | ||
| 23 | 21년 전 | 3661 | ||
| 22 | 21년 전 | 4259 | ||
| 21 | 21년 전 | 3835 | ||
| 20 | 21년 전 | 4243 | ||
| 19 | 21년 전 | 6702 | ||
| 18 | 21년 전 | 4747 | ||
| 17 | 21년 전 | 7004 | ||
| 16 | 21년 전 | 4183 | ||
| 15 | 21년 전 | 2655 | ||
| 14 | 21년 전 | 4987 | ||
| 13 | 21년 전 | 3416 | ||
| 12 |
Recluse
|
21년 전 | 3900 | |
| 11 |
아우겐나이스
|
21년 전 | 3585 | |
| 10 |
Recluse
|
21년 전 | 3410 | |
| 9 | 21년 전 | 4025 | ||
| 8 | 21년 전 | 5193 | ||
| 7 | 21년 전 | 4778 | ||
| 6 | 21년 전 | 5707 | ||
| 5 | 21년 전 | 4135 | ||
| 4 | 21년 전 | 4864 | ||
| 3 | 21년 전 | 4764 | ||
| 2 | 21년 전 | 3266 | ||
| 1 | 22년 전 | 4352 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기