I use these FORMS in the onChange event.
Is there any substitute for FORM ?
- Code: Select all
<TMPL_LOOP NAME="AttachedFiles">
<form name="attach_<TMPL_VAR NAME=datetime><TMPL_VAR NAME=filename>">
<tr>
<td class="plogitemselectable" align="center"width="10%"><TMPL_VAR NAME="filesig"></td>
<td class="plogitemselectable" align="center" width="20%"><TMPL_VAR NAME="datetime"></td><td class="plogitemselectable" align="center"><a href="/cgi-bin/tps/attach_file.cgi?act=search&filename=<TMPL_VAR NAME=filename>&conid=<TMPL_VAR NAME=conid>&datetime=<TMPL_VAR NAME=datetime>"><TMPL_VAR NAME="filename"></a></td><td class="plogitemselectable"><TMPL_VAR NAME="comment"></td><td class="plogitemselectable" align="center"><TMPL_VAR NAME="type"></td><td class="plogitemselectable" align="center"><input type="checkbox" name="hidefile" "<TMPL_VAR NAME=hidefile>" onChange="updateHideStatus(this.form,'<TMPL_VAR NAME=datetime>','<TMPL_VAR NAME=filename>');"/></td>
</tr>
</form>
</TMPL_LOOP>


