I would like my submit button (named "filter") in my left frame to automatically fire (or be pressed) after the submit button in my right frame has been pressed
I think I'm getting there, I did what you stated but it no-worki
Changing my 'submit' button to 'button' does nothing.
I changed it back to 'submit' and it just submitted the info to the db just fine.
However it didn't press my "Filter" (submit) button on my left frame.
So, if we submit the form in the left frame, it will do what we want, right? It isn't necessary to press the Filter button since all that is doing is submitting the form anyway, right?
Thats a great point, and it made me wonder why I was pointing to 2 different php docs. I simply added the 'filter' code next to my 'update' and 'delete' code which eliminates the need for a JS onClick event.
I spoke to soon. I consolidated the code but I still need an 'onClick' or maybe even an 'onLoad' event to automatically click the filter button.