hello!!!
i want to do a dynamic select in a form html in speedscript.
I don't know how to do.
I want to take the value blue and green from a table. How can i do?
/******************/
<form name="form1" method="post" >
<center>
<table>
<tr>
<td> Test: </td>
<td> <SELECT NAME=test>
<OPTION>
<OPTION> blue
<OPTION> green </SELECT>
</td>
</tr>
</table>
</form>
/*************************************************/
thanks
i want to do a dynamic select in a form html in speedscript.
I don't know how to do.
I want to take the value blue and green from a table. How can i do?
/******************/
<form name="form1" method="post" >
<center>
<table>
<tr>
<td> Test: </td>
<td> <SELECT NAME=test>
<OPTION>
<OPTION> blue
<OPTION> green </SELECT>
</td>
</tr>
</table>
</form>
/*************************************************/
thanks