Imagefield
Mar 1, 2006how can i make imagefield for reset button.
View 3 Replieshow can i make imagefield for reset button.
View 3 RepliesI found this free script that I want to use on my order form (disables order button until agreed to terms by clicking checkbox). It is working, but I would like to use an image.gif-button instead of a Submit-button.
Would be grateful if someone could explain how to change in the script from "disable Submit-button"-action to "disable image.gif-button"-action. I've tried to do it myself, but I don't know much about Javascript, and couldn't get it to work.
My 2nd question: Can this type of action only be done in Javascript, or could there be a solution whereby the checkbox on the html-page calls a php-page to get the same type of validation?
The script:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Checkbox Form Validation</title>
<script type="text/javascript">
[Code]...