Changes

Jump to: navigation, search

JavaScript Document Object

23 bytes added, 13:55, 15 May 2007
Getting a List of Objects in a Document
<body>
<p>Sample text to show color change</p>
<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)
{

Navigation menu