May I ask the next form I made two buttons two times post
Then press the first button and a table appears thinkphp page after the next page
The other button post is no effect.
Firebug look at the first button to see the post address how to solve
Reply to discussion (solution)
The address that the button submits directly is the address in the action of the Form form, two buttons you can submit with JS control
The address that the button submits directly is the address in the action of the Form form, two buttons you can submit with JS control
function Collectform (Fromid,actionurl)
{
document.getElementById (Fromid). Action=actionurl;
document.getElementById (Fromid). Submit ();
}
I am the JS control of two buttons back and forth can be but I have a button to generate a table has a page up and down the page button will affect the other button can not be used