
submit with out submit button
Well you could make a text link call javascript that does a form.submit() -
this pointing to the page that saves the record again and redirects to the
next record.
Quote:
> Hi,
> I need to be able to submit the contents of a textbox. I however
> cannot use a submit button. The textbox displays a value from a
> database table. The page is a DATA Access Page that allows for record
> navigation thus displaying the contents of the table one record at a
> time
> I need to be able to submit the value in the textbox as the user
> navigates throught the records. Can this be done with out a submit
> button.
> Any help would be appreciated
> Regards,
> Vince Del Rosario