<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> 이동 </TITLE>
<script language="JavaScript">
function goThere(){
if (window.document.form1.select1.value.substring(0,7) == "http://" || window.document.form1.select1.value.substring(0,8) == "https://") {
the_site = window.open(window.document.form1.select1.value)
}
else {
enterWebsite()
}
}
function enterWebsite(){
if (window.document.form1.select1.value == "other") {
your_page = prompt("URL 을 입력 하세요","http://")
}
if (your_page.substring(0,7) != "http://") {
alert("\"http://\" 를 넣어 주세요")
}
else {
window.open(your_page,"new_win")
}
while (your_page.substring(0,7) != "http://") {
enterWebsite()
}
}
</script>
</HEAD>
<body>
<form name="form1">
<select name="select1" onChange="goThere()">
<option value="http://sir.co.kr">그누보드</option>
<option value="http://esndi.com">이신디</option>
<option value="http://www.daum.net">한메일 커뮤니케이션</option>
<option value="other">다른곳으로 직접 이동</option>
</select>
</form>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<HTML>
<HEAD>
<TITLE> 이동 </TITLE>
<script language="JavaScript">
function goThere(){
if (window.document.form1.select1.value.substring(0,7) == "http://" || window.document.form1.select1.value.substring(0,8) == "https://") {
the_site = window.open(window.document.form1.select1.value)
}
else {
enterWebsite()
}
}
function enterWebsite(){
if (window.document.form1.select1.value == "other") {
your_page = prompt("URL 을 입력 하세요","http://")
}
if (your_page.substring(0,7) != "http://") {
alert("\"http://\" 를 넣어 주세요")
}
else {
window.open(your_page,"new_win")
}
while (your_page.substring(0,7) != "http://") {
enterWebsite()
}
}
</script>
</HEAD>
<body>
<form name="form1">
<select name="select1" onChange="goThere()">
<option value="http://sir.co.kr">그누보드</option>
<option value="http://esndi.com">이신디</option>
<option value="http://www.daum.net">한메일 커뮤니케이션</option>
<option value="other">다른곳으로 직접 이동</option>
</select>
</form>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시글 목록
| 번호 | 제목 |
|---|---|
| 640 |
MySQL
my.cnf 파일은 위치..
|
| 639 |
MySQL
부팅시 자동으로 mysql 서버 자동실행
|
| 637 |
MySQL
MySQL 루트비번 분실시 대처요령
1
|
| 636 |
MySQL
mysql에서 log 파일 남기기
|
| 635 |
MySQL
ALTER 테이블 추가,변경
|
| 634 |
MySQL
sql 파일로 테이블 간단히 만들기
|
| 633 |
MySQL
mysql 4.1 의 password()
|
| 632 |
MySQL
mysql 에서 최대 사용자 수
|
| 629 | |
| 628 | |
| 627 |
기타
핑(ping) 막기
|
| 626 | |
| 625 |
JavaScript
su 사용자 제한하기
|
| 624 | |
| 623 |
JavaScript
기본적인 삼바 설정
|
| 622 |
기타
실시간 로그 보기..
|
| 621 | |
| 620 |
JavaScript
부팅 로고 삭제
|
| 619 |
JavaScript
콘솔에서 해상도 높이기
|
| 618 | |
| 617 | |
| 616 |
JavaScript
ssh로 접속할때 메시지를 보여주는 방법..
|
| 615 |
JavaScript
아파치 로그 정리(압축) logrotate
|
| 614 |
MySQL
아파치와 mysql 자동실행 시키는 방법..
|
| 613 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기