Forum Moderators: open

Message Too Old, No Replies

Submitting a form from outside of the tags

         

aspr1n

2:35 pm on May 19, 2003 (gmt 0)

10+ Year Member



Anyone know how to invoke a form from outside of the form tags, *without* using js. Basically I have a button on a "toolbar" that needs to submit a form from a different part of the page.

asp

BlobFisk

3:03 pm on May 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't think that this is possible. I think the two choices are: within the form tags using html or javascript, or outside the form tags using javascript.