J
Jim Owen
I never ever need to use Javascript, but in this case I think I do. All I
want is for a Calendar control to appear when the user clicks a button.
Being as this isn't worth a trip to the server, I want to add some JS to
make this happen. What is the script for that? I tried:
MyButton.Attributes.Add("onclick","document.forms[0].MyCalendar.Visible='Tru
e';");
Though of course I don't know what I'm doing.
want is for a Calendar control to appear when the user clicks a button.
Being as this isn't worth a trip to the server, I want to add some JS to
make this happen. What is the script for that? I tried:
MyButton.Attributes.Add("onclick","document.forms[0].MyCalendar.Visible='Tru
e';");
Though of course I don't know what I'm doing.