how to delay a function call ?
Answer / punit
by following tricks:
1: using sleep call followed by occuring of event.
2: using do{
event generating call
}while(1)
| Is This Answer Correct ? | 0 Yes | 1 No |
sample code to auto focusing the first field in a form
code to Hide and Show form controls
code to sorting an array of objects
Create a Menu that can be activated while clicking on Right Mouse button
program that will accept any name and will be stored in an array
code to keep a page Out of the browser history
code to calculate the number of days between two dates
how to copy form data between different pages
Code for Adding Message and Confirmation Boxes Using JavaScript?
how to create a Draggable element
how to transform XML Data into HTML
How to test whether two strings are equal or not ?