Multiple HTML Input Elements with same name in JavaScript, ASP and PHP

Hi,
Some times we came around a tricky situation where we have to use multiple html input elements with same name in our pages and need to tackle them with JavaScript (in client side) or ASP and PHP (server side).
Suppose we have multiple text area elements in a HTML page. The name of these text areasĀ are [...]

Useful and Cool and easy to manage Javascript Calendar

Hi,
Many of you often come around a problem where you need a Javascript Calendar or Datepicker. You can get a lot from searching in Google. But the problem is that they are not easy to configure.
But I have came around a script in DHTML Goodies (JS Calendar) which is brilliant. You can download the code [...]