Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FP2000 - Disable a text box in a form 1

Status
Not open for further replies.

Stevehewitt

IS-IT--Management
Jun 7, 2001
2,075
0
0
GB
Guys,

Is there a way to disable manual input of a text box in a form? The same way that you can with visual programming etc. (Access, VB, Java etc.)

Thanks,



Steve.

"They have the internet on computers now!" - Homer Simpson
 
Add the word "disabled" inside the input tag, for example:

<input type="text" disabled name="myfield" size="50" value="default">
 
Thank You.
Spot on.

Cheers for your help,




Steve.

"They have the internet on computers now!" - Homer Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top