GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Web  >  Html

 Print  |  
Question:  Is it possible in HTML to add more than one submit button having different actions in a single form?



July 07, 2008 05:57:17 #2
 webyfelix   Member Since: July 2008    Total Comments: 2 

RE: Is it possible in HTML to add more than one submit button having different actions in a single form?
 
No we cant give two actions for a single form. only one action can be performed

but we can give this in alternate way by using javascript
     

 

Back To Question