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 |
how to create a Custom Scrollbar
how to convert between arrays and strings
code to create a new window
create a slide show
how to create a Draggable element
validation code / function to allow only Letters in a text box
How to Add Message and Confirmation Boxes Using JavaScript?
How to test whether two strings are equal or not ?
determine which Element received an Event
write a program segment that will ask the user if he wants to computer the perimeter of the area of the triangle. if the perimeter is wanted, ask the measure of the three sides and compute for the perimeter. if the area is wanted, ask for the measures of the base and height and compute for the area. display the computed value
determine which key was pressed and its type
How to encode and decode URL strings?