active x calendar

R

rodchar

hey all,

i found how to put the active x calendar control on my page but how do i
make disappear/appear with button click? or assign textbox a value from the
calendar?

thanks,
rodchar
 
G

Guest

Every ActiveX control has an ID within the meta of its definition - use this
ID to change the properties on the control from javascript or vbscript
 
Top