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?

Answer Posted / hitesh shrimali

we can submit form by submit(); function of javascript.

for example:
<form name='xyz' method='post'>
<select name='select' onchange="this.form.submit();">
<option value='1'>1</option>
<option value='2'>2</option>
<option value='3'>3</option>
<option value='4'>4</option>
</select>
</form>

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main difference between require() and include()?

1043


How is a session id generated?

1060


What are php loops?

1018


What type of operation is needed when passing values through a form or an url?

1048


Tell me what does the scope of variables means?

996


How to redirect a url from http to https in .htaccess?

1038


Is php a dying language?

1059


What are the data types in php?

1084


where do we use htaccess?

1039


Tell me is it possible to remove the html tags from data?

953


Which is the best php framework for a beginner?

1052


What is php routing?

1033


What is php date function?

1124


How we load all classes that placed in different directory in one php file , means how to do auto load classes.

1041


What is user defined function in php?

1029