View Single Post
  #9 (permalink)  
Old Nov 9th, 2007, 01:55
Stuart Stuart is offline
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Automatic Checkbox/Radio Button Checking

OK. I used this code to set it all up. I just can't get the php to display an error when the checkbox next to the text field is checked but the text field is empty (What was originally achieved with:
Code: Select all
if(document.theformname.textfield.value.length > 0)
and onkeyup in the text field).
I will post a thread in the php forum about this.
Thanks for all your help!