Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Missing JSP and SSI Includes
How do I mix JSP and SSI #include? If you're just including raw HTML, use the #include directive as usual inside your .jsp file. <!--#include file="data.inc"--> 2007-04-03, 5866👍, 0💬
Popular Posts:
What is thread? A thread is an independent path of execution in a system.
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...
How To Retrieve Input Values for Checkboxes Properly? - PHP Script Tips - Processing Web Forms If mu...
What does a well-written Object Oriented program look like? A well-written object oriented program e...
What are some uses of Intranets & Extranets? An "intranet" is the generic term for a collect...