submit method in java script
this method is used to submit the web page with out submit button
<form id="fun1">
<sclect on change ="submit()">
<option >java</option>
. <option >.net</option>
</select>
</form>
this method is used to submit the web page with out submit button
<form id="fun1">
<sclect on change ="submit()">
<option >java</option>
. <option >.net</option>
</select>
</form>