Difference between RESET and CLEAR
Answer / anushree
clear empties the fields while reset changes to the default value of that field.
Clear vs. Reset
Clearing a form makes all input fields blank, unchecks checkboxes, deselects multi-select choices, and so forth; whereas, resetting a form reverts all changes.
For example:
<input type="text" name="name" value="Timothy" />
<input type="reset" value="Reset" />
This produces an input field with a value of Timothy. Let's say the user then changes the value to Berners-Lee. If the user clicks the Reset button, the value of Berners-Lee will revert (reset) to Timothy.
Clearing the fields would involve changing the value attribute of the input field to the empty string, as follows:
<input type="text" name="name" value="" />
You can change the value attribute using JavaScript.
| Is This Answer Correct ? | 6 Yes | 3 No |
can you debug ile rpg program using isdb?
Why Rpg/400 is Famous?
Suppose in CL we reach at end of file and again we have to reach from 1 record
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
list down and describe the sub systems vailable
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
how do I do concatenation in rpg iv, like I do in cl?
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
When will DUMP & DEBUG be ignored?
wat is the difference between array and multiple occurence data structure?
How many program bind in one module....
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?