Moved my web app to my home server. getting errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm a new kid onthe block.. I have a small company with a website that
was developed in .net by a company for me. I want to work on it myself so I
installed 2000 server at home and the added the .net framework.

I can navigate for page to page with out any issue. When I click on a button
to execute javascript:navigate I get and error ;

line : 23
char: 4
Error: object required

The identical code works properly in production (2000 server) and on my
server 2003 instalation also @ home.

Any help would be greatly appreciated.. I'm assuming it is a configuration
issue

New Kid
 
It loos like the error is happening when I call a javascript function
"getelementbyid"

I tried loading javascript version 5.6 but it did not help teh problem
 
Back
Top