HOME Javascript HTML C++ Cookie Print Popup Blocking Form Cookies setTime GetCookieVal getElementById CGI C# CGI Sample C# CGI Example C# CGI array getenv URLEncode QUERY_STRING formatted date Print Dialog PostMessage Removable Disk Detection Datagram Cookies kbdevent UDP Receive SOCK_DGRAM UDP MFC CGI Example Popup Once new HTTP Server Print Setting Removable Media Detection Roman Numerals SetCookie SHChangeNotifyRegister SHCNE_DISKEVENTS SHCNE_MEDIAINESERTED Dropdown Algorithm ASCII attachEvent CAsyncSocket CGI Example CGI Sample Client/Server cookieVal DeleteCookie Drop down Linking Drop down GetAsyncKeyState GetCookie HTTP Daemon addEventListener HTTP Server Source HTTPServer Image Resizing WWW Server Source Key event

FORMATTED DATE.ZIP

URL Encode, Decode function for MFC   (created at Mar 23, 2009)   134  

Here's the good example for URL Encoding & Decoding.  Above sample code use CString, so if you want to use it on another type of development environment such as gcc or something like that, you need to add some more stuffs because it may not suppo...

Is there URLEncode function in Javascript ?   (created at Oct 11, 2007)   55  

EncodeURI() is the answer. and followings are the usage example:

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