Hai all,
i am not a JS programmer. i have never type JS on to website. but i know without JS not web.
i have come a cross a situation where i have been force to usu JS.
SO I Need your support.
I need a simple slide show.
i have a table with a cell. i have put a picture in it. i want to chage this picture every 3 secods with another picture.
i came to know JS SetTimeOut(3) function can do this.
so please in the below code where do i insert the JS SetTimeOut(3)
Code:<table width="400" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="nature1.gif" width="256" height="256" /></td> </tr> </table>




Bookmarks