There are two ways to achieve read-only input: disabled and readonly. Naturally, both results can only be read but not edited, but there are big differences between the two. Disabled means that the input is invalid and its value will not be passed to any program, such as asp, php, etc. Readonly simply cannot be edited and does not affect the transmission of its value. Disabled usage: <INPUT type="text" name="username" value="james" disabled> Readonly usage: <INPUT type="text" name="partNumber" value="1500" readonly> |
<<: A brief discussion on whether too many MySQL data queries will cause OOM
>>: How to distribute two buttons on the left and right sides of the same parent tag using CSS
This article is welcome to be shared and aggregat...
Red and pink, and their hexadecimal codes. #99003...
Table of contents Stabilization Throttling: Anti-...
Table of contents this Method In the object Hidde...
Conclusion: In a multithreaded environment, if on...
I haven’t blogged for half a year, which I feel a ...
Detailed explanation of MySQL instance with SSD s...
This article example shares the specific code of ...
There are two meta attributes: name and http-equiv...
Table of contents 1. What is multi-instance 2. Pr...
What if the basic images have been configured bef...
This article shares the specific code for the WeC...
Table of contents 1. Environmental Preparation 2....
Table of contents Preface 1. Use global unified o...
In languages, macros are often used to implement ...