Re: Submit button in toolbar?

2012-06-05 Thread Giacomo Balli
how are you linking the action to the real button? On Jun 5, 4:01 am, sblair s.bl...@ieee.org wrote: I basically need to add a submit button to the toolbar. Ideally I'd like to be able to set which pages it goes on without too much trouble but even getting it to function at all right now

Re: Submit button in toolbar?

2012-06-05 Thread Remi Grumeau 
You're right and wrong :) Between form /form, an input type=submit does submit the form it belongs to. An input, not a a. Here, submit is in toolbar div, so outside the form. so you need to call the form externally. To do so, you need to give your form a name attribute, and the button