폼전송을 통해서 페이지를 이동하기 입니다.
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;
}
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3360 | 9년 전 | 1215 | ||
| 3359 |
kiplayer
|
9년 전 | 984 | |
| 3358 | 9년 전 | 850 | ||
| 3357 |
커네드커네드
|
9년 전 | 987 | |
| 3356 |
|
9년 전 | 1599 | |
| 3355 | 9년 전 | 1341 | ||
| 3354 | 9년 전 | 1126 | ||
| 3353 | 9년 전 | 1213 | ||
| 3352 | 9년 전 | 1877 | ||
| 3351 | 9년 전 | 3614 | ||
| 3350 | 9년 전 | 1458 | ||
| 3349 | 9년 전 | 1493 | ||
| 3348 | 9년 전 | 1279 | ||
| 3347 |
|
9년 전 | 1304 | |
| 3346 |
|
9년 전 | 1316 | |
| 3345 | 10년 전 | 2587 | ||
| 3344 | 10년 전 | 1266 | ||
| 3343 |
Tosea
|
10년 전 | 2781 | |
| 3342 | 10년 전 | 1172 | ||
| 3341 |
비긴어게인
|
10년 전 | 1667 | |
| 3340 | 10년 전 | 1892 | ||
| 3339 | 10년 전 | 2476 | ||
| 3338 | 10년 전 | 1409 | ||
| 3337 | 10년 전 | 2162 | ||
| 3336 | 10년 전 | 2291 | ||
| 3335 | 10년 전 | 2266 | ||
| 3334 | 10년 전 | 2138 | ||
| 3333 | 10년 전 | 2288 | ||
| 3332 | 10년 전 | 1951 | ||
| 3331 | 10년 전 | 1995 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기