What are the benefits and limitations of using hidden fields?Advantages:
- Easy to implement - Hidden fields are supported by all browsers - Enables faster access of information because data is stored on client side
Disadvantages:
- Not secure because the data is stored on Client side. - Decreases page performance if too many hidden fields - Only support single value.
|