asealy
Joined: 02 May 2007 Posts: 1
|
Posted: Wed May 02, 2007 12:29 pm Post subject: text link submit |
|
|
hi, i have a form that creates multiple rows from a database.
each row has an update and delete button.
these buttons have to be made as text links.
here is the code im using
<a href="javascript:document.forms['updateBleed'].submit()" name="button" id="updateBleed" class="button">Update</a>
it will submit if i have one row that is hard coded but will not for the forms that are drawing from the database.
does anybody have a solution to this???
thanks |
|