Thread
:
Radio button problem
View Single Post
#
2
(
permalink
)
May 21st, 2007, 02:08 PM
jamaal2005
Registered User
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
'If not Document.frm.reservation(v).checked Then'
...should be...
'If not Document.frm.reservation(n).checked Then'
Also,
'if document.frm.reservation(v).checked then'
...should be...
'if document.frm.reservation(n).checked then'
jamaal2005
View Public Profile
Find all posts by jamaal2005