This is a javascript error.

If you had looked at the source, you would have seen, that your form's name
is _ctl1:Form.

..NET creates a __doPostBack function on pages with certain controls, which
is just javascript to submit the form. It uses the name of the form - which
in this case is __ctl1:Form. The line causing the problem is:

theform = document._ctl1:Form1;

This, however, is not a valid javascript statement, since the ':' character
is not valid in an identifier, and thus this line fails.

I would recommend you find out why your form is being named with a colon in
it, since this is the cause of your problem.

In general, I would recommend you investigate javascript errors by looking
at the rendered HTML.

"dotnetprogrammer" <tim_60173@yahoo.com> wrote in message
news:e856daff.0307210809.3a4b51aa@posting.google.c om...
> Hi;
>
> Has anyone ran across this error, not getting the error on Win2003
> test server, but am getting on Win2000 with .net framework 1.1
> installed
>
> To see the error, please visit [url]www.nextapparel.com[/url] --> test server is
> dev.nextapparel.com which is fine