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 document.getElementById("myObj ect").disabled= true; 2008-12-16, 4477👍, 0💬
Name the numeric constants representing max, min values
Name the numeric constants representing max, min values Number.MAX_VALUE Number.MIN_VALUE 2008-10-14, 4447👍, 0💬
What are JavaScript data types?
What are JavaScript data types? Number, String, Boolean, Function, Object, Null, Undefined. 2010-06-15, 4427👍, 0💬
nodeList is almost like an array except:
nodeList is almost like an array except: A) it has an item method. B) it is read-only. C) both a and b above. D) none of the above. 2010-08-28, 4316👍, 0💬
What looping structures are there in JavaScript?
What looping structures are there in JavaScript? for, while, do-while loops, but no foreach. 2010-11-30, 4298👍, 0💬
What is negative infinity?
What is negative infinity? It’s a number in JavaScript, derived by dividing negative number by zero. 2010-08-10, 4282👍, 0💬
What does "1"+2+4 evaluate to?
What does "1"+2+4 evaluate to? Since "1" is a string, everything is a string, so the result is a string of "124". 2010-09-28, 4228👍, 0💬
Popular Posts:
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...
How To Create Nested Tables? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells You can cr...
What is the sequence of UML diagrams in project? First let me say some fact about this question, you...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...