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 |
program to show a progress bar
code to Hide and Show form controls
How to test whether two strings are equal or not ?
snippet to prevent submission of form when certain/any validations got failed
maximizing the main window
code to detect availability of cookies
code to set the main window's size
how to pass data between pages using Cookies
How to Add Message and Confirmation Boxes Using JavaScript?
code to create a new window
how to create a Custom Scrollbar
how to pass data between pages using Frames