묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
xe관련은 아니고 자바스크립트 문의입니다. 도왖주세요
2009.01.30 19:10
<html> <head> <script> <!-- function top_menu(i) { var i = 1; var url = new Array() url[1] = 'http://naver.com' url[2] = 'http://empas.com' url[3] = 'http://daum.net' url[4] = 'http://daum.net' url[5] = 'http://daum.net' location.href = url; } --> </script> </head> <body> <table width="400" height"200" border="1"> <tr> <td onclick="top_menu(1);">11</td> <td onclick="top_menu(2);">22</td> <td onclick="top_menu(3);">33</td> <td onclick="top_menu(4);">44</td> <td onclick="top_menu(5);">55</td> </tr> </table> </body> </html>
11을 누르면 네이버가 연결되야 되는데 안되네요...
뭐가 문제있나요??
댓글 4
-
만쓰별(정만)
2009.01.30 19:51
-
만쓰별(정만)
2009.01.30 20:17
<script> <!-- var url = new Array("http://naver.com","http://containertech.net","http://jmc.vvo.kr","http://paran.com","xe"); //*여기에 '주소', 이렇게 해서 넣어주면 되는거임;; 우선 url이란 곳에 여러데이터가 들어가고 url[순서] 이걸로 데이타를 뽑아오는거에여*/ for(i=0;i<6;i++){ /*반복구문을 돌려서 top_menu(숫자) 명령을 많이 만들어주게 됩니다. 즉 top_menu(i) 여기서i의 숫자를 증가시킴으로서 여러명령을 만들게 되는거에요*/ function top_menu(i){ /*메뉴 명령 top_menu(0)명령은 url 0을 불러오고 top_menu(1)명령은 url 1을 불러오고 */ location.href = url[i]; } } --> </script> <body> <table width="400" height"200" border="1"> <tr> <td onclick="top_menu(0);">11</td> <td onclick="top_menu(1);">22</td> <td onclick="top_menu(2);">33</td> <td onclick="top_menu(3);">44</td> <td onclick="top_menu(4);">55</td> </tr> </table>
이렇게 -
만쓰별(정만)
2009.01.31 02:19
엥 대꾸가 없군..김빠져~~~~ ㅋㅋ -
왜만지냐
2009.01.31 11:55
아이쿠~ 만쓰별님 답변 감사합니다
어제 이 질문 남기고 아침6시까지 술먹느라 지금에서야 확인했네요^^;
확인해보니 잘되네요~~ 정말 감사합니다.
일단 대충 테스트 후기
우선 array여서 그게 다 들어간다는거;; 거기서 값을 빼주는 함수가 있어야 할듯 합니다만;;
결과: res://ieframe.dll/dnserror.htm#file:///C:/Documents%20and%20Settings/金正晩/바탕%20화면/_site/study/,http://naver.com,http://empas.com,http://daum.net,http://daum.net,http://daum.net