C .cfg (File extension) Refer to: Element (Web site development)
C .cfg (File extension) Refer to: Element object .cfg (File extension) A configuration file for Netscape. See also: netscape.lck, Preferences .cgi (File extension) Common gateway interface dynamic page. Refer to: File extensions CGI-Driven JavaScript (Definition) Using JavaScript in the request - response loop of a web server. You can use JavaScript to generate the response to a web browser’s incoming requests at the web server. This is a useful and powerful way to extend the CGI capabilities of your web server. Forms handling with products such as ScriptEase WSE (Web Server Edition) are streamlined due to the interpreter having additional features that usefully package the request data before your script is called. See also: Host environment, Platform, Server-side JavaScript, Shell Scripting with JavaScript Cross-references: Wrox Instant JavaScript page 5 char (Reserved word) Reserved for future language enhancements. The ECMAScript (edition 2) reserves the charkeyword for future use. This suggests some additional C-like functionality may be added in the future. A char may be represented by a byte. However in JavaScript, characters are really double-byte values since they encode a Unicode code point in each character.