Hello to all,
I have a table. I am trying to get a value out of a table but it is
not working.
What is the problem? If I put an INPUT field into a cell of a table,
what operations should I do to get the data out?
Any help is appreciated :-)
Regards.
<body>
<xml id="xmldso_list" src="cd_catalog.xml"></xml>
<table border="1" bgcolor="yellow">
<tr align="left"><th>Title: </th>
<td><input type="text" name="td_title"></td></tr>
<tr align="left"><th>Artist: </th>
<td><input type="text" name="td_artist"</td></tr>
<tr align="left"><th>Year: </th>
<td><input type="text" name="td_year"</td></tr>
<tr align="left"><th>Country:</th>
<td><input type="text" name="td_country"></td></tr>
<tr align="left"><th>Company:</th>
<td><input type="text" name="td_company"></td></tr>
<tr align="left"><th>Price: </th>
<td><input type="text" name="td_price"></td></tr>
</table>
<input type=submit value="Addrow" onclick="addone(this)">