window.onload = function(){

        //전체주소

/*alert("href : "+$(location).attr('href'));

alert("protocol : "+$(location).attr('protocol'));

alert("host : "+$(location).attr('host'));

alert("pathname : "+$(location).attr('pathname'));

alert("search : "+$(location).attr('search'));

*/

}




참조사이트

+ Recent posts