how to post the form without submit button with help of
javascript
Answers were Sorted based on User's Feedback
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 |
Answer / modi[achir communication]
use javascript:document.formname.submit()
Is This Answer Correct ? | 6 Yes | 2 No |
Define closure.
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
Which type of variable among global and local, takes precedence over other if names are same?
Write a program to check whether a given number is a palindrome or not?
What is the use of a boolean object in javascript?
What is the relationship between Java script, J script and ECMA script?
How many types of variables are there in javascript?
What are the requirements of web application using javascript?
find the common prime divisors of two given numbers
What will happen if an infinite while loop is run in Javascript?
How can we send mail using Javascript?
How to define a named function in JavScript?