34,333
edits
Changes
→Getting a List of Objects in a Document
<body>
<a href="http://www.amazon.com">Buy more books</a>
<br>
<a href="http://www.yahoo.com">Stop making Google rich</a>
<br>
<script language="javascript" type="text/javascript">
for (i in document.links)
{