Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How to disable an HTML object
How to disable an HTML object
✍: Guest
document.getElementById("myObject").disabled = true;
2008-12-16, 4450👍, 0💬
Popular Posts:
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
What Tools to Use to View HTML Documents? The basic tool you need to view HTML documents is any Web ...
Does there exist any other function which can be used to convert an integer or a float to a string? ...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
How do we generate strong names ? or What is use the of SN.EXE ? or How do we apply strong names to ...