JavaScript Tutorials, Tips & Tricks

AJAX cache problem in IE

Few days back I was working on a requirement where in a webpage one table was getting populated through AJAX. This table was getting refreshed every 5 mins as it was showing some real...

Dynamic combobox-listbox-drop-down using javascript

Dynamic combobox-listbox-drop-down using javascript

Want to populate dynamically combobox-listbox-drop-down using javascript? Let us see a very simple script to do this. First let us see createElement() of document object in javascript. Thus, createElement method takes a parameter which...