nonprogrammer
Technical User
is there a way to change this
to something like
I tried this and it kind of works I just need to replace the "input" to be just text and change the (imgpick0,imgteam1,txtpick0,1)> to something like
(<% = rspick("field5") %>,<% = rspick("field6") %>,txtpick0,1)>
Code:
<img src=team1.png name=imgteam1 onMouseDown=selectteam(imgpick0,imgteam1,txtpick0,1)>
to something like
Code:
<input name=imgteam1 type="text" value="<% = rspick("field6") %>" onMouseDown=selectteam (imgpick0,imgteam1,txtpick0,1)>
(<% = rspick("field5") %>,<% = rspick("field6") %>,txtpick0,1)>