Jump to content

realy problem i am having about text field.


yanivkalfa

Recommended Posts

READONLY = "TRUE"

 

Add that to the text area, or text field

 

<textarea READONLY = "TRUE">

 

Incorrect. Instead do this:

 

<textarea DISABLED></textarea>

 

What is wrong with that, it works fine and it validates with w3c, after all that is where I got if from.  Just asking, not trying to get into an argument. ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.