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 |
how to create an anonymous function
program that will accept any name and will be stored in an array
Code to Block submission of form by pressing Enter Key
how to convert between arrays and strings
sample code to auto focusing the first field in a form
communication between main window and new windows
write a code that user can choose/alter Body Text Size
code to images to rollover
how to create a Draggable element
i am making a purchase sheet in html ,it contain names of product(by selecting checkboxes),quantity(textbox) and price(checbox), by using java script i am restricting the user to prevent them to enter the wrong data ,so i made the servlet were i am only able to prevent them to enter the page in empty field , so my doubt is how do you prevent them how to enter non numerical data in quantity field
code to set the main window's size
how to create a Custom Scrollbar