I am using a simple div displaying 4 lines of text.
When the browser zoom level was changed the no of lines of text display gets changed. I want to display the content with 4 lines irrespective of...
i want to align 4 div elements horizontally without using a table.
<div 1></div> <div 2></div> <div 3></div> <div 4></div>
Out of 4 div, first div may have variable content from database and...
Hi,
I want to validate user input which is a path - path in the sense both physical and relative. It can have alphanumeric characters dot(.), hyphen(-), underscore(_), back slash (\) and forward...
I've a script to upload files.
Maximum value for the upload files is set to 2 MB.
I don't find any client side validation using Javascript. So i used a server side validation using PHP.
But when...
Thanks for all your efforts.
Its easy to finish off the work with a single hidden element.
But i look for the form object property to support this. Actually i don't have any such requirement. I...
To maintain relationship between data.
When marital status is updated from "Married" to "Unmarried", trigger will delete the spouce and marriage details.
Trigger are backend validations that...
A HTML form object can be posted using following metods
1. Using submit button.
2. Pressing "Enter" key on a text box
3. Using javascript syntax - form.submit();