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 determine which Mouse Button was pressed
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
sample code to auto focusing the first field in a form
function to combine two or more arrays
How to test whether two strings are equal or not ?
write a program to detect the user's browser ?
snippet to prevent submission of form when certain/any validations got failed
advance the focus to next consecutive fields when Enter Key is pressed
code to Hide and Show form controls
write a function to validate a given date
how to transform XML Data into HTML
code to positioning of window in certain dimensions