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 put a "close window" link on a page?
How to put a "close window" link on a page? <a href='javascript:window.close( )'class='mainnav'> Close </a> 2010-11-30, 3995👍, 0💬
What does isNaN function do?
What does isNaN function do? Return true if the argument is not a number. 2010-08-03, 3987👍, 0💬
How to create an input box?
How to create an input box? prompt("What is your temperature?"); 2011-03-08, 3944👍, 0💬
What’s a quick way to append a value to an array?
What’s a quick way to append a value to an array? arr[arr.length] = value; 2010-12-28, 3939👍, 0💬
What is a prompt box?
What is a prompt box? A prompt box allows the user to enter input by providing a text box. 2010-11-02, 3934👍, 0💬
Popular Posts:
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
How To Create an Add-to-NewsGator Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
How To Create an Add-to-My-Yahoo Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...
How To Delete a User Account? - Oracle DBA FAQ - Managing Oracle User Accounts, Schema and Privilege...
Rachel opened her math book and found that the sum of the facing pages was 245. What pages did she o...