zzfive03
Programmer
- Jun 11, 2001
- 267
Thanks Tazzmann..
One more question..
here is my code:
<script language=vbscript>
sub Custom_onclick()
data.site.style.display=""
end sub
sub Default_onclick()
data.site.style.display="None"
end sub
</script>
'Data' is the name of my form and 'site' is the name of the pulldown. When I click my radio button, it goes to this fucniton but i get an error "Object Required: 'form'"
Am I not calling my 'site' select the correct way?
MH
One more question..
here is my code:
<script language=vbscript>
sub Custom_onclick()
data.site.style.display=""
end sub
sub Default_onclick()
data.site.style.display="None"
end sub
</script>
'Data' is the name of my form and 'site' is the name of the pulldown. When I click my radio button, it goes to this fucniton but i get an error "Object Required: 'form'"
Am I not calling my 'site' select the correct way?
MH