submit with out submit button 
Author Message
 submit with out submit button

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



Tue, 02 Nov 2004 02:17:48 GMT  
 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



Tue, 02 Nov 2004 03:45:12 GMT  
 submit with out submit button
FormName.Submit using VBScript will submit it.  You will have to have a way
to call this (link, picture, time limit, etc.)

Mythran



Tue, 02 Nov 2004 05:04:38 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. submit button to operate another submit button

2. SUBMIT form with 3 different submit buttons - error

3. form submits hrefs images and submit buttons

4. Submitting Form WITHOUT Submit Button

5. form submit using different submit buttons

6. submit without submit button

7. Submitting form without submit button...

8. What fires the submit action of a form without a submit button

9. Submitting Form WITHOUT a Submit Button

10. SUBMIT form with 3 different submit buttons - error

11. Submitting form without submit button...

12. Auto Submit Button

 

 
Powered by phpBB® Forum Software