ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Scripts  >>  PHP
 
 


 

 
 PHP interview questions  PHP Interview Questions
 ASP interview questions  ASP Interview Questions
 CGI Perl interview questions  CGI Perl Interview Questions
 JavaScript interview questions  JavaScript Interview Questions
 VB Script interview questions  VB Script Interview Questions
 JSP interview questions  JSP Interview Questions
 Shell Script interview questions  Shell Script Interview Questions
 Python interview questions  Python Interview Questions
 Tcl interview questions  Tcl Interview Questions
 Awk interview questions  Awk Interview Questions
 AJAX interview questions  AJAX Interview Questions
 Ruby on Rails interview questions  Ruby on Rails Interview Questions
 Scripts AllOther interview questions  Scripts AllOther Interview Questions
Question
How can we submit a form without a submit buttom?
 Question Submitted By :: Subrat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can we submit a form without a submit buttom?
Answer
# 1
form.submit();
 
Is This Answer Correct ?    12 Yes 3 No
Subrat
 
  Re: How can we submit a form without a submit buttom?
Answer
# 2
document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
 
Is This Answer Correct ?    14 Yes 2 No
Koushik
 
 
 
  Re: How can we submit a form without a submit buttom?
Answer
# 3
Javascript form submit

document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
 
Is This Answer Correct ?    6 Yes 3 No
Koushik
 
  Re: How can we submit a form without a submit buttom?
Answer
# 4
you can call a function in javascript onclick event of any 
form element/link and in the function you  use any 
document.formName.submit(); to submit the form

and above all ans is rights
 
Is This Answer Correct ?    3 Yes 2 No
Arvind Pippal(delhi India)
 
  Re: How can we submit a form without a submit buttom?
Answer
# 5
ys
 
Is This Answer Correct ?    2 Yes 5 No
Guest
 
  Re: How can we submit a form without a submit buttom?
Answer
# 6
Using curl
 
Is This Answer Correct ?    2 Yes 4 No
Nilotpal
 
  Re: How can we submit a form without a submit buttom?
Answer
# 7
by javascript
 
Is This Answer Correct ?    2 Yes 2 No
Jamal
 
  Re: How can we submit a form without a submit buttom?
Answer
# 8
1 Function OnChange();
2. Function OnClick()
 
Is This Answer Correct ?    0 Yes 2 No
Ashwani Kumar(delhi)
 
  Re: How can we submit a form without a submit buttom?
Answer
# 9
Use image element instead submit button
<input type="img" src="img_path/img_name.src">
give the action page name as action attribute in form 
element like
<form name="myform' action="myaction.php">
The Image element will work very similar as submit button.
 
Is This Answer Correct ?    4 Yes 2 No
Abhishek Anand
 
  Re: How can we submit a form without a submit buttom?
Answer
# 10
on the page unload event write down the submit coding. or 
use onBlur event thats also the same functionality. and 
call the java script function on Blur. it will submit the 
page on closing you dont need to press submit button.
 
Is This Answer Correct ?    2 Yes 4 No
Mohamed Jamal
 

 
 
 
Other PHP Interview Questions
 
  Question Asked @ Answers
 
What is the difference between ereg_replace() and eregi_replace()? Quicknet2
How does header() work . What do they tell the server same question for SESSIONS Yahoo2
how to run PHP in command line? Xtreeme7
How can we register the variables into a Session? HCL5
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)? TCS5
How can I know that a variable is a number or not using a JavaScript?  2
What's the diff. between include() and Include_once(). Intrack4
how long a default session stay in php?  4
write code to find the date difference b/w two given date using PHP not MYSQL function? HyperQuality2
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.  6
How to use validations in php?(codelgniter)  2
How can we get second of the current time using date function?  1
What are the current versions of apache, PHP, and mysql?  7
What are the difference between abstract class and interface?  3
What can I do by cakePHP?  1
How can we upload a php + mysql Site  1
how to include external php file in to html page?  7
List out the predefined classes in PHP?  7
how we can crop an image and how we can display it.. Satyam1
how do we can copy of the content of a web page with the help og the URL and display them onto any other page  4
 
For more PHP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com