<html>
<head>
<title>Pagina</title>
</head>
<body>
<table style="text-align: left; width: 978px; height: 139px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>[img]m1.jpg[/img]</td>
<td>[img]l1.jpg[/img]</td>
</tr>
</tbody>
</table>
Primo colegamento
Colegamento a gogle
secondo colegamento
<a href="yahoo" name="secondolink">Colegamento a
yahoo</a>
Primo form
<form name="primoform">
<input name="primo">
</form>
Secono form
<form name="secondoform"></form>
<input name="primo">
<script language="JavaScript">
al=document.getElementsByTagName('form')[0]
bl=document.getElementsByTagName('form')[1]
cl=document.getElementsByTagName('img')[0]
dl=document.getElementsByTagName('img')[1]
el=document.getElementsByTagName('a')[0]
fl=document.getElementsByTagName('a')[1]
window.alert(al)
</script>
</body>
</html>
:quote: quando stampo mi dice [object]