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)
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.