한국어
<!-- <body> 영역에 다음 코드를 추가합니다--> <script 언어="JavaScript1.2"> <!-- function extractlinks(){ varlinks=document.all.tags("A") var total =links.length var win2=window.open("","","menubar,scrollbars,toolbar") win2.document.write("<font size='2'>총 "+total+" 링크가 있습니다 </ 글꼴><br>") for (i=0;i<total;i++){ win2.document.write("<font size='2'>"+links[i].outerHTML+"</font> <br >") } } //--> </script> <input type="button" onClick="extractlinks()" value="모든 링크 표시">