Hi all,
How can I hide a certain object if I choose a certain value from a dropdownbox?
Something like..
Set oAll=self.document.all
if oAll.Item("Select1"
.Value="1" then
oAll.Item("From"
.Hidden
oAll.Item("Tom"
.Hidden
end if
What is the correct syntax?
/Kent J.
How can I hide a certain object if I choose a certain value from a dropdownbox?
Something like..
Set oAll=self.document.all
if oAll.Item("Select1"

oAll.Item("From"

oAll.Item("Tom"

end if
What is the correct syntax?
/Kent J.