how to post the form without submit button with help of
javascript

Answers were Sorted based on User's Feedback



how to post the form without submit button with help of javascript..

Answer / shailendra shukla

Create a button and call the java script function on any
event of created button.

In the java script function you can write statement to
submit the form. eg.

document.FormName.submit().

Is This Answer Correct ?    13 Yes 3 No

how to post the form without submit button with help of javascript..

Answer / modi[achir communication]

use javascript:document.formname.submit()

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More JavaScript Interview Questions

List some of the advantages of javascript.

0 Answers  


Define anonymous function.

0 Answers  


What is the difference between an Anonymous Function and a named function?

0 Answers  


Is javascript hard to learn?

0 Answers  


How to test for bad numbers using javascript?

0 Answers  






Is javascript necessary?

0 Answers  


How to include the HTML tag inside the javascript tags?

5 Answers   TCS,


What is the difference between window.onload and ondocumentready?

0 Answers  


What is stack queue?

0 Answers  


What is the use of the String Tokenizer

1 Answers  


Explain the difference between java and javascript.

0 Answers  


How long does it take to get good at javascript?

0 Answers  


Categories