ChrisK73
08-05-2003, 08:00 AM
Have a value from an database.....
var Zul_1 = value=rs.Fields("Zul_Plan")
want to have the value in the text fiels. but it does not works
<input type="text" name="anzahl_1" size="9" style="border: 3px double #FF0000"value=Zul_1></td>
what´s wrong ?
var Zul_1 = value=rs.Fields("Zul_Plan")
want to have the value in the text fiels. but it does not works
<input type="text" name="anzahl_1" size="9" style="border: 3px double #FF0000"value=Zul_1></td>
what´s wrong ?