폼전송을 통해서 페이지를 이동하기 입니다.
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;
}
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3090 |
|
9년 전 | 1344 | |
| 3089 | 9년 전 | 708 | ||
| 3088 | 9년 전 | 636 | ||
| 3087 | 9년 전 | 553 | ||
| 3086 | 9년 전 | 541 | ||
| 3085 | 9년 전 | 561 | ||
| 3084 | 9년 전 | 638 | ||
| 3083 | 9년 전 | 1031 | ||
| 3082 | 9년 전 | 665 | ||
| 3081 | 9년 전 | 941 | ||
| 3080 | 9년 전 | 1216 | ||
| 3079 | 9년 전 | 977 | ||
| 3078 | 9년 전 | 1944 | ||
| 3077 | 9년 전 | 1205 | ||
| 3076 | 9년 전 | 1087 | ||
| 3075 | 9년 전 | 1043 | ||
| 3074 | 9년 전 | 958 | ||
| 3073 | 9년 전 | 980 | ||
| 3072 |
|
9년 전 | 1208 | |
| 3071 |
|
9년 전 | 1398 | |
| 3070 |
|
9년 전 | 1369 | |
| 3069 |
|
9년 전 | 1620 | |
| 3068 |
|
9년 전 | 2010 | |
| 3067 | 9년 전 | 1306 | ||
| 3066 |
|
9년 전 | 1111 | |
| 3065 | 9년 전 | 1386 | ||
| 3064 |
brucelee1973
|
9년 전 | 2878 | |
| 3063 |
|
9년 전 | 1842 | |
| 3062 |
|
9년 전 | 715 | |
| 3061 |
아쿠아틴티드
|
9년 전 | 863 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기