It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Substitute for this.form ?

Substitute for this.form ?

Postby pankaj on Wed Feb 07, 2007 10:13 am

In the below code each loop as a FORM.
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>
pankaj
 
Posts: 0
Joined: Wed Feb 07, 2007 10:00 am

Who is online

Users browsing this forum: No registered users and 6 guests