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 [...]

JavaScript utility popup boxes for better user interaction

JavaScript utility popup boxes for better user interaction:
 

Alert Box – JavaScript pop up to display any information or error messages to the user.As JavaScript is a client side scripting language we can use this alert box to interact with the user.You can raise the alert message through some events or it can be used in [...]