for example, in this code, what should I do to make it work?
mysource = myarray[i] + ".gif"
<input type="image" border=0 name="bookimage" src=mysource>
mysource = myarray[i] + ".gif"
<input type="image" border=0 name="bookimage" src=mysource>
Comment