HOME PHP HTML Javascript Cookie Display Print setTime getElementById GetCookieVal Random Number Random file_exists array Print Dialog Knuth Cookies kbdevent mail Print Setting preg_regreplace printf Keyboard Event password protection rand remark Roman Numerals sendmsg SetCookie strtolower strtoupper unescape URL Rewriter Visitor 암호화 DeleteCookie Algorithm array_count_values attachEvent bcadd bcsub Calculator Cardinal Endings chunk_split Content-Type count Object Drop down Dropdown encryption GetCookie ISO 8601 Format Key event addEventListener Linking Drop down new Number Format

FILE_EXISTS.ZIP

How to include file in JSP ?   (created at Oct 27, 2008)   112  

Just like ASP, or PHP, JSP is also allow to include for programmer by include function.Here's the simple example.Going to include hello.jsp...
<%@ include file="hello.jsp" %>

How to include Javascript from anonther ?   (created at Jan 25, 2008)   114  

Actually there is such a function in PHP which function is "include".It's very strong function.But Javascript does not support such a function.Here's the alternate method to do that.To include javascript, following is using usually:

Example Of Creating Objects   (created at Aug 26, 2007)   76  

an example of creating object in javascript,taken from http://www.wdvl.com/Authoring/JavaScript/Tutorial/objects.htmldirect instance of an objectDespite the awkward sound name, a "direct instance of an object" simply means creating a new single object, suc...

Linking Drop Downs   (created at Aug 26, 2007)   100  

Linking drop downs is a frequent question. Here is a javascript based example