is there a way to change this
<img src=team1.png name=imgteam1 onMouseDown=selectteam(imgpick0,imgteam1,txtpick0,1)>
to something like
<input name=imgteam1 type="text" value="<% = rspick("field6") %>" onMouseDown=selectteam (imgpick0,imgteam1,txtpick0,1)>
I tried this and it kind of works I...