connection textfield and html table with database
Posted
by klox
on Stack Overflow
See other posts from Stack Overflow
or by klox
Published on 2010-06-08T08:07:46Z
Indexed on
2010/06/08
8:12 UTC
Read the original article
Hit count: 131
dear all..i have a textfield
<tr>
<td>
<td><input type="text" id="mod"></td>
</td>
</tr>
and a cell
<tr>
<td><div id="value">//i want data show here</div>
</td>
</tr>
beside that, i've a table "settingdata" in database it consist of 2 field:itemdata and remark.. itemdata's value are "UD" and remark's value are "FM=87.5-108.0MHZ"...
what must i do if i want after type "0103UD" at textfield inside
<div id="value"></div>
can show "FM=87.5-108.0mhz"...
© Stack Overflow or respective owner