Login Register

IE doens't trigger onChange Event in DateTextBox

Hello guys
I'm facing a strange problem with Internet explorer and DateTextBox..
I have this in my code

When I open the page for the first time, the onchange event doesn't work, it seems the IE doesn't trigger the event, the refreshWeekHours() functions is never called. The only way to get it working is pressing F5 and refreshing the page, but if I go out the page and come back again, I got the same problem.
It works fine in firefox.

The most strange thing is that the problem only happen in the server, if a run the code in my local machine I don't have any problem with both browsers.
Any ideas ??

Here is my environment:
Websphere + struts 1.X.X
Internet explorer 7 (which I have the problem)

Thanks in advance.

Fixed. Now I'm creating the

Fixed.
Now I'm creating the widgets programmatically instead of using the dojo.parser, also using dojo.connect to connect the onChange event. Everything is working fine now.