1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!-- 현재 작성하고 있는 파일은 UTF-8 DOS파일입니다.-->
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="ko">
  4.   <head>
  5.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.   </head>
  7.   <body>
  8.     <div id="ex_js_syntax">
  9.       <script type="text/javascript" language="javascript">
  10.       <!--
  11.         function location_href(){
  12.           /* 로케이션 현재 URL 정보 출력 => location.href */
  13.           /* hash[책갈피], host, hostname, pathname, port, protocol, search 등의 속성으로
  14.           정보 출력해주는 기능이 있지만...자주 안쓸것 같아서 생략 */
  15.           document.getElementById("location_href").innerHTML = location.href;
  16.         }
  17.         function location_href_url(){
  18.           /* 로케이션 원하는 URL 이동(http://www.daum.net) => 
  19.           location.href="이동할URL"  ※히스토리 기록이 남습니다. 
  20.           같은 기능으로 location.assign("이동할URL")함수가 있습니다. */
  21.           var link_url = "http://www.daum.net";
  22.           location.href = link_url;
  23.           // 위와 같은 기능 함수 location.assign(link_url);
  24.           document.getElementById("location_href_url").innerHTML = link_url;
  25.         }
  26.       //-->
  27.       </script>
  28.       <form name="input_type" id="input_type" method="post" >
  29.       <!-- 예제 박스에선 안됨 => form태그안에 form태그있으면 지워짐~ㅠ.ㅠ -->
  30.         로케이션 기능1 => 현재 URL 정보 출력 <br />
  31.         <p id="location_href" onclick="location_href();">location객체 링크정보[클릭]</p>
  32.         로케이션 기능2 => 원하는 URL 이동(http://www.daum.net) 히스토리 기록 <br />
  33.         <p id="location_href_url" onclick="location_href_url();">location객체 링크이동[클릭]</p>
  34.       </form>
  35.     </div>
  36.   </body>
  37. </html>

--------------------------------------------------------------------------------------------

위 소스 예제 보기


location.href()


기능 1=> 로케이션 현재 URL 정보 출력 => location.href; 


기능 2=> 로케이션 원하는 URL 이동(http://www.daum.net) => location.href="이동할URL";

※히스토리에 현재 페이지의 URL이 기록이 남습니다. 

같은 기능으로 location.assign("이동할URL")함수가 있습니다


Location Object

기능 1과 같은 URL 정보 출력 속성 설명

hash[책갈피], host, hostname, pathname, port, protocol, search 등의 속성으로

정보 출력해주는 기능이 있지만...

자주 안쓸것 같아서 생략하며, 자세한 내용은 위 링크에서 보시기 바랍니다.


출처 & 인용 - http://www.w3schools.com/


:
BLOG main image

공지사항

카테고리

분류 (356)
main (1)
php5 (218)
HTML (36)
javascript (93)
IT 이론과 퍼온정보 (8)
깨작일상 (0)
곧 추가할 내용 (0)
추후 알아볼것들... (0)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

달력

«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Total :
Today : Yesterday :