Click here to Skip to main content
15,913,332 members
Home / Discussions / Web Development
   

Web Development

 
GeneralSOAP Server Pin
Patje4-May-04 3:15
Patje4-May-04 3:15 
GeneralUpload Progress Pin
Gootch3-May-04 7:00
Gootch3-May-04 7:00 
Generalunwanated popups Pin
harinath3-May-04 3:35
professionalharinath3-May-04 3:35 
GeneralRe: unwanated popups Pin
Anonymous10-May-04 9:19
Anonymous10-May-04 9:19 
Question[Q] Get information from another website? Pin
Tran Quoc Thang3-May-04 2:46
Tran Quoc Thang3-May-04 2:46 
GeneralAdding multiple records in ASP Pin
mkdas703-May-04 2:28
mkdas703-May-04 2:28 
QuestionHow to make a text box disabled in ASP Pin
BSRK3-May-04 1:46
BSRK3-May-04 1:46 
AnswerRe: How to make a text box disabled in ASP Pin
Paul Watson3-May-04 1:57
sitebuilderPaul Watson3-May-04 1:57 
input type="textbox" id="test" disabled="true"

The disabled="true" bit does the trick.

If you want to dynamically set that then use document.getElementById("test").disabled = true;

regards,
Paul Watson
Bluegrass
South Africa

Christopher Duncan quoted:
"...that would require my explaining Einstein's Fear of Relatives"

Crikey! ain't life grand?


Einstein says...
GeneralRe: How to make a text box disabled in ASP Pin
BSRK3-May-04 2:11
BSRK3-May-04 2:11 
GeneralRe: How to make a text box disabled in ASP Pin
Paul Watson3-May-04 2:21
sitebuilderPaul Watson3-May-04 2:21 
GeneralServer object error 'ASP 0178 : 80070005' Pin
vinod jadhav3-May-04 0:24
vinod jadhav3-May-04 0:24 
Generalcommon problem, multiple clicks Pin
r i s h a b h s2-May-04 23:49
r i s h a b h s2-May-04 23:49 
GeneralRe: common problem, multiple clicks Pin
Paul Watson3-May-04 1:52
sitebuilderPaul Watson3-May-04 1:52 
GeneralRe: common problem, multiple clicks Pin
Jonathan Craig4-May-04 15:49
Jonathan Craig4-May-04 15:49 
GeneralRe: common problem, multiple clicks Pin
Terry O'Nolley10-May-04 15:32
Terry O'Nolley10-May-04 15:32 
GeneralRe: common problem, multiple clicks Pin
r i s h a b h s11-May-04 23:42
r i s h a b h s11-May-04 23:42 
Generalregular expression pls Pin
harinath2-May-04 20:09
professionalharinath2-May-04 20:09 
GeneralRe: regular expression pls Pin
Hesham Amin3-May-04 0:11
Hesham Amin3-May-04 0:11 
GeneralHelp in getting started in Web Programming Pin
softp_vc30-Apr-04 23:35
softp_vc30-Apr-04 23:35 
GeneralRe: Help in getting started in Web Programming Pin
Hesham Amin3-May-04 0:20
Hesham Amin3-May-04 0:20 
GeneralRe: Help in getting started in Web Programming Pin
Paul Watson3-May-04 1:55
sitebuilderPaul Watson3-May-04 1:55 
GeneralRe: Help in getting started in Web Programming Pin
Terry O'Nolley10-May-04 15:34
Terry O'Nolley10-May-04 15:34 
GeneralXML XSL problem Pin
Mortis30-Apr-04 3:40
Mortis30-Apr-04 3:40 
GeneralRe: XML XSL problem Pin
harinath2-May-04 20:45
professionalharinath2-May-04 20:45 
GeneralRe: XML XSL problem Pin
Anonymous2-May-04 23:45
Anonymous2-May-04 23:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.