Explain how to submit form without a submit button.
Answer
A form data can be posted
or submitted without the button in the following ways:
1. On OnClick event of a label in the form, a JavaScript function can be called
to submit the form e.g. document.form_name.submit()
2. Using a Hyperlink: On clicking the link, JavaScript function can be called
e.g <a.href=” javascript:document.MyForm.submit();">
Related PHP links
Answer - IMAP is used for communicate with mail servers. It has
a number of functions.............
Answer - Default time allowed for the PHP scripts to execute is
30s defined in the php.ini file.............
Answer - Type Juggling means dealing with a variable type. In
PHP a variables type............
Answer - Mysql_fetch_object returns the result from the
database as objects while............
|