Posts from September 2010

4 result(s) found

What is a Servlet? - basics
Java

Do you know why Java became more popular language with in a short span of time? The very simple answer for this question is - Java is a very simple and efficient to develop web applications. This is i...

Add a new element to HTML drop down or list box
Javascript

When you're in a situation to add the new items to the HTML drop down element or list box i.e.; if you would like to add a drop down value based on the AJAX operation that user has made, the below Jav...

Disbale browser's auto complete for input fields
Javascript

Each browser has a built in functionality to store the form data submitted by the user to auto fill the similar form at a later stage. Of course, user can disable this. But what if a user is opening y...

Disable submitting HTML form on hitting enter
Javascript

Usually when you press enter on the HTML form text fields, form gets submitted. If you don't want to submit the form when user clicks submit, you need to tell the browser to disable this default funct...