How to test whether two strings are equal or not ?
Answer / sandeep
Use strcmp(s1,s2) and see the corresponding int values..Its
either 0 or 1.
| Is This Answer Correct ? | 1 Yes | 1 No |
write a program to detect the user's browser ?
code to detect availability of cookies
how to create an anonymous function
code to display a Countdown Timer (dynamic)
validation code / function to allow only NUmbers in a text box
how to delay a function call ?
maximizing the main window
validation code / function to allow only Letters in a text box
program that will accept any name and will be stored in an array
code to get the coordinates of a Click Event
Reading which Character Key was pressed
how to pass data between pages using Frames