Click to See Complete Forum and Search --> : Random Image inside <td>


john noble
10-09-2005, 01:12 PM
Hello all,

I have managed to show random images within the body section like this:
<body >

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
showImage();
// End -->
</script>
</body>

But What I am trying to achieve is to insert a random image into a <td>.
Something like:
<td OnOpen="showImage();"></td>
But I cant get it to work.

Any Ideas???

I hope I had made request clear

jn

Ultimater
10-09-2005, 02:40 PM
<td><script type="text/javascript">
showImage();
</script></td>