Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we submit a form without a submit button?

Answers were Sorted based on User's Feedback



How can we submit a form without a submit button?..

Answer / vijay

Using javascript
document.form.submit()

Is This Answer Correct ?    33 Yes 5 No

How can we submit a form without a submit button?..

Answer / snc

1st option.....
In java script we can easly submit form without submit
button..........
document.form.submit();
...where form is formname.

2nd option.......
<form id="form" name="form" method="post" action="abc.php">
<INPUT TYPE="IMAGE" SRC="images/imagename.gif" ALT="Submit
button">
</form>

Is This Answer Correct ?    8 Yes 0 No

How can we submit a form without a submit button?..

Answer / naresh

through header() function.
header("location:url:);

Is This Answer Correct ?    4 Yes 7 No

How can we submit a form without a submit button?..

Answer / yogesh chaudhari

onBlur event use control

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More PHP Interview Questions

write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me

1 Answers   Yahoo,


What is the delimiter default in PHP?

0 Answers  


How to read the entire file into a single string?

0 Answers  


How can we change the maximum size of the files to be uploaded?

0 Answers  


How can you "tell" MySQL server to cache a query?

2 Answers  


What is crypt () in php?

0 Answers  


Does php need to be installed?

0 Answers  


What does the unlink() function mean?

0 Answers  


Where to put php files in apache server?

0 Answers  


How can you make a connection with mysql server using php?

0 Answers  


What type of headers have to add in the mail function in which file a attached?

2 Answers  


What is $_ get and $_ post in php?

0 Answers  


Categories