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

Define closure.

0 Answers  


Which built-in method returns the index within the calling string object of the first occurrence of the specified value?

0 Answers  


Which type of variable among global and local, takes precedence over other if names are same?

0 Answers  


Write a program to check whether a given number is a palindrome or not?

13 Answers  


What is the use of a boolean object in javascript?

0 Answers  


What is the relationship between Java script, J script and ECMA script?

1 Answers  


How many types of variables are there in javascript?

0 Answers  


What are the requirements of web application using javascript?

0 Answers  


find the common prime divisors of two given numbers

0 Answers  


What will happen if an infinite while loop is run in Javascript?

0 Answers  


How can we send mail using Javascript?

1 Answers  


How to define a named function in JavScript?

0 Answers  


Categories