사용자의 해상도에 따라 각기 다른 페이지로 리다이렉트 시키기
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function redirectPage() {
var url640x480 = "http://www.yoursite.com/640x480";
var url800x600 = "http://www.yoursite.com/800x600";
var url1024x768 = "http://www.yoursite.com/1024x768";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}
// End -->
</script>
<BODY BGCOLOR="#FFFFFF">
<center>
<form>
<input type=button value="Enter!" onClick="redirectPage()">
</form>
</center><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<!-- Begin
function redirectPage() {
var url640x480 = "http://www.yoursite.com/640x480";
var url800x600 = "http://www.yoursite.com/800x600";
var url1024x768 = "http://www.yoursite.com/1024x768";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}
// End -->
</script>
<BODY BGCOLOR="#FFFFFF">
<center>
<form>
<input type=button value="Enter!" onClick="redirectPage()">
</form>
</center><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 326 | Flash |
|
20년 전 | 7804 | |
| 325 | 기타 |
|
20년 전 | 4659 | |
| 324 | 기타 |
hwatta
|
20년 전 | 3208 | |
| 323 | 기타 | 20년 전 | 9302 | ||
| 322 | MySQL | 20년 전 | 4152 | ||
| 321 | JavaScript | 20년 전 | 4819 | ||
| 320 | 기타 | 20년 전 | 6541 | ||
| 319 | 기타 | 20년 전 | 3869 | ||
| 318 | JavaScript | 20년 전 | 5249 | ||
| 317 | 기타 | 20년 전 | 4341 | ||
| 316 | Flash | 20년 전 | 5716 | ||
| 315 | JavaScript |
|
20년 전 | 7093 | |
| 314 | 기타 |
|
20년 전 | 7997 | |
| 313 | MySQL | 20년 전 | 8662 | ||
| 312 | JavaScript | 20년 전 | 3690 | ||
| 311 | 기타 |
|
20년 전 | 4673 | |
| 310 | 기타 |
|
20년 전 | 5259 | |
| 309 | JavaScript |
|
20년 전 | 4095 | |
| 308 | 기타 |
hwatta
|
20년 전 | 3785 | |
| 307 | JavaScript | 20년 전 | 6089 | ||
| 306 | 기타 | 20년 전 | 3490 | ||
| 305 | 기타 |
prosper
|
20년 전 | 3406 | |
| 304 | 기타 |
prosper
|
20년 전 | 3135 | |
| 303 | 기타 |
prosper
|
20년 전 | 3015 | |
| 302 | JavaScript | 20년 전 | 4991 | ||
| 301 | JavaScript | 20년 전 | 6272 | ||
| 300 | 기타 |
hwatta
|
20년 전 | 4071 | |
| 299 | 기타 |
|
20년 전 | 4205 | |
| 298 | Flash | 20년 전 | 7232 | ||
| 297 | 기타 |
hwatta
|
20년 전 | 4271 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기