I and my friend Karl have spent literally all day trying to find out what is
causing my error but we are zapped of any further functionality :)
I have a form that adds news records. You select 'City' then you select
'Business Category' - now when you select 'Business Category' the next
drop-down menu (business sub category) should populate with 'Business
Sub-categories' related to the 'Business Category' but once 'Business
Category' is selected I get the javascript error:
Line: 98
char: 25
error: object doesn't support this property or method
code: 0
Can anyone save us?
This is the URL: http://www.workwise-ely.org/directory/add.php
This is the siurce: http://www.workwise-ely.org/directory/form.txt
On the 'business_categ ory' I am using
onchange="this. form.ac.value=' delete';this.fo rm.submit()
Many thanks
causing my error but we are zapped of any further functionality :)
I have a form that adds news records. You select 'City' then you select
'Business Category' - now when you select 'Business Category' the next
drop-down menu (business sub category) should populate with 'Business
Sub-categories' related to the 'Business Category' but once 'Business
Category' is selected I get the javascript error:
Line: 98
char: 25
error: object doesn't support this property or method
code: 0
Can anyone save us?
This is the URL: http://www.workwise-ely.org/directory/add.php
This is the siurce: http://www.workwise-ely.org/directory/form.txt
On the 'business_categ ory' I am using
onchange="this. form.ac.value=' delete';this.fo rm.submit()
Many thanks
Comment