The javascript won't work , can someone help me????
So im making a site with an album... and the outlook of my album goes like this :
<center>
<table width=500 border=0 cellspacing=0 cellpadding=0>
<tr>
<td><a href="javascript:doPic('Ann1.jpg');"><img src="Ann1.jpg" width=125 height=92.5 border=0></a></td>
<td><a href="javascript:doPic('Audrey1.jpg');"><img src="Audrey1.jpg" width=125 height=92.5 border=0></a></td>
<td><a href="javascript:doPic('Eric1.jpg');"><img src="Eric1.jpg" width=125 height=92.5 border=0></a></td>
<td><a href="javascript:doPic('Julien1.jpg');"><img src="Julien1.jpg" width=125 height=92.5 border=0></a></td>
</tr>
<tr>
<td colspan=4 align=center><img name="mainpic" src="Ann1.jpg" width=500 height=370 border=0></td>
</tr>
<tr>
<td><a href="javascript:doPic('Karlien1.jpg');"><img src="Karlien1.jpg" width=125 height=92.5 border=0></a></td>
<td><a href="javascript:doPic('Magalie1.jpg');"><img src="Magalie1.jpg" width=125 height=92.5 border=0></a></td>
<td><a href="javascript:doPic('Julien2.jpg');"><img src="Julien2.jpg" width=125 height=92.5 border=0></a></td>
<td><a href="javascript:doPic('Peter3.jpg');"><img src="Peter3.jpg" width=125 height=92.5 border=0></a></td>
</tr>
</table>
</center>
But now I just can't find out the javascript for it!!!can someone help me???
Oh and just one more thing , and i know that some of you will call me a noob , but i would like to create a dropdown menu whitout an ok button (or submit button) ... and i cant find a script for it....
I just hope that someone of you guys would help me , thx...