- 1,251 categories
- 40,829 scripts
- In this article, I''ll explain demonstrate the fundamental steps to creating an Ajax form. In this demo, there are two files, one is index_demo.php and the other is add_url_demo.php
- One of the big questions people have is how they can pass values from fields to others fields.
- Complete listing of the Form object of JavaScript and its properties/methods. Also includes additional pages describing objects beneath Form, such as TEXTAREA, SELECT etc.
- Let us say that we have a form with two select options. We want one to change when we change the value of other.
Follow the steps to do it yourself
- This tutorial shows you how to use JavaScript to dynamically enable and disable form elements, making the process of filling out forms more intuitive.
- Javascript code that automatically fills in the address in all places needed on the page after just once entering it and selecting the check box.
- For various web scripts it is more convenient that user will see form executed in new window when he is pressing the submit button. Using JavaScript you can control the appearance of that window. change size, turn off navigation panel, hide manubar a...
- Got a submissions form that you keep getting multiple submissions from? I''ve found that in most cases its because people are impatient and click the submit button repeatedly until they get a response. The unfortunate result is that you receiv...
- In forms when using text boxes or text areas with limited character length (usually needed for forms that submit data to a database) it is always a good idea to tell the user how many characters they have remaining. The following example shows how yo...
- In forms when using text boxes or text areas and check boxes you might need a reset button that is not the usual gray HTML button. For this you can use a small JavaScript function as given below. Note: This button will reset only text boxes,text area...
Page: