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 ?    3 Yes 0 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 ?    3 Yes 0 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 ?    1 Yes 1 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 ?    1 Yes 1 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 1 No
Guest
 
  Re: How can we submit a form without a submit buttom?
Answer
# 6
Using curl
 
Is This Answer Correct ?    0 Yes 0 No
Nilotpal
 
  Re: How can we submit a form without a submit buttom?
Answer
# 7
by javascript
 
Is This Answer Correct ?    1 Yes 0 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 0 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 ?    2 Yes 0 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 0 No
Mohamed Jamal
 

 
 
 
Other PHP Interview Questions
 
  Question Asked @ Answers
 
How to get the DNS servers of a domain name? Life-Infotech1
What is Joomla? T3-Softwares3
In what are the ways you can encrypt the password ?  5
Name the Functions in IMAP, POP3 AND LDAP?  1
How to download a php script directly in your script page? A1-Technology3
How can I find the colour of a pixel of an image? Rushmore-Consultancy1
What is the functionality of the function strstr and stristr?  2
How many ways we can give the output to a browser?  2
What is the difference between unlink and unset ?  3
what is the default method of form in php?  2
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries. Wipro1
what is the current salary package in India for a PHP & MySQL programmer who has 3 years experience ABC44
i want simple programs in php and outputs and how to use in web developed side in php briefly explined in exmple  1
How can we convert the time zones using PHP?  1
what mode to use when creating dirs with mkdir?  1
How to install PHP with --mcrypt and --mhash?  1
Give any ten basic functions in PHP? T3-Softwares4
!== represents what?  2
Specify pre-defined classes in php ?  1
In how many ways we can retrieve the date in the result set of mysql using PHP?  1
 
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