Javascript HTML C# Cookie Print Popup Blocking Form Cookies setTime getElementById GetCookieVal array kbdevent HttpCookie Print Dialog Cookies Object Popup Once Visitor Print Setting Roman Numerals SetCookie unescape addEventListener new Linking Drop down Keyboard Event Key event Javascript Cookie GetCookie Dropdown Drop down DeleteCookie cookieVal attachEvent Algorithm

COOKIES.ZIP

How to record visitor's name by Cookie   (created at Aug 28, 2007)   56  

This cookie records the visitor's name. It can then be used for identification or other purposes,as needed.userName.jsfunction getCookieVal (offset) {  var endstr = document.cookie.indexOf (";",offset);  if (endstr == -1)  endstr = document....

Greeting For The Time Of Day   (created at Aug 29, 2007)   64  

Displays a changeable greeting depending on the ""users system clock"".

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

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)   77  

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