hi, i have a form that is creating fields from a database. each field has an update and delete button. neither of these buttons will submit.
i used this code:
<a href="javascript:document.addBleed.submit()" class="button">Add</a>
as can be seen i am using a text link. this is a requirement.
it does work with an ordinary button but spec has it that i need to use a text link.
it works if i have only one field not drawn from the database.
can anybody help?????
thanks
i used this code:
<a href="javascript:document.addBleed.submit()" class="button">Add</a>
as can be seen i am using a text link. this is a requirement.
it does work with an ordinary button but spec has it that i need to use a text link.
it works if i have only one field not drawn from the database.
can anybody help?????
thanks