How to submit 2 forms in one page with a single submit button

后端 未结 4 1106
天涯浪人
天涯浪人 2020-11-28 12:07

I\'ve created a php page with two forms but I would like to have only one submit button for both forms. the forms have the ids firstform &

4条回答
  •  情歌与酒
    2020-11-28 12:55

    I used this for a similar problem. I wanted to create a single page to query multiple sites and review their results side-by-side:

    WordLookup.html (main/home/frame entry point):

    
      
        Word Lookup
      
      
        
        
          
          
        
        
      
    

    and then this for frame.html (javascript method):

    
    
    
    
    
    
    
    
      
    Sorry if this is a little wordy but it's a working example (in chrome 56ish).

提交回复
热议问题