[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Button script



I am trying to create a button, that when clicked it will click on a 
checkbox button. Something like this:

<form >
	<input type="checkbox" name="checkbutton">
<p>
	<input type="button" value="check" onclick="
	click(this.form.checkbutton)">

</form>

It's not working. Any idea why not?
************************************************************************
**
Dr. George Mitrevski                    office: 334-844-6376
Foreign Languages                          fax: 334-844-6378
6030 Haley Center                       e-mail: mitrege@mail.auburn.edu
Auburn University 
Auburn, AL 36849-5204  
       
List of my WWW pages: http://www.auburn.edu/~mitrege/index.html
************************************************************************
**