Here is my problem. It may be long so bare with me.<br><br>Some computers here can run the ActiveX Calendar but some can't. (i.e. all Programmers (NT 4.0) and 1 PC with Windows 98 SE w/64 MB ram can run it.)<br><br>This is the error:<br><br>An error has occurred in the script on this page.<br><br>Line: 30<br>Char: 2<br>Error: Object doesn't support this property or method:<br> 'form1.Calendar1.Value'<br>Code: 0<br><br>Do you want to continue running script on this page? (Y/N)<br><br>Here is part of the code where is is failing:<br><br>Sub Window_onload<br> form1.calendar1.Value = date<br> form1.select1.selectedIndex = 0<br>End Sub<br><br>Sub submit1_onclick<br> form1.mdate.value = form1.Calendar1.Value<br>End Sub<br><br><br><br><br><br>