Hi all,
Just wondering if anyone has some suggestions on this or has done something like this before..
I have a form for one my web apps and basically its an Employee details entry screen.
Well, what i want to do is.. When you select the employee from the drop down.
I want to trigger the form to submit to a different location then if you had hit the submit button.
This way I can fill in the details already saved for that employee before you go to make your changes. Or too simply see the details.
But if I create a seperate form I can't combine the two together. So I need to be able to onchange submit form to specific .php file for processing.
I'm guessing this will be JS..
Thanks for you suggestions,
`eff