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...
Posts from September 2010
4 result(s) found
Java
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...
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...
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...