473,385 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

"getelementbyid" getting error in server 2000 instalation



"New guy.. please help" wrote:

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 ;

Navigate.js is a script that executes "getelementbyid"

It looks 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

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
Mar 10 '06 #1
2 1165
javascript is case sensitive. The method name is getElementById

"New guy.. please help" <Ne**************@discussions.microsoft.com> wrote
in message news:5A**********************************@microsof t.com...


"New guy.. please help" wrote:

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 ;

Navigate.js is a script that executes "getelementbyid"

It looks 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

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

Mar 10 '06 #2
Marina, Thank you for the reply. It is typed correctly " getElementById " Do
you hae any other suggestions ?

New guy

"Marina Levit [MVP]" wrote:
javascript is case sensitive. The method name is getElementById

"New guy.. please help" <Ne**************@discussions.microsoft.com> wrote
in message news:5A**********************************@microsof t.com...


"New guy.. please help" wrote:

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 ;

Navigate.js is a script that executes "getelementbyid"

It looks 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

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


Mar 10 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dave Hammond | last post by:
I've got what should be a simple assignment of either an element value or a default string to a variable, but when the element doesn't exist I get an "Object required" error rather than an...
3
by: davidkarlsson74 | last post by:
Error: document.getElementById("folderMenu").cells has no properties File: http://www.volkswagen.se/tillbehor/js/foldermenu.js Rad: 49 The function activates different DIV:s, but doesn't seem to...
2
by: yourmallu | last post by:
Hi Friends, All we are knowing that we can get the element by document.getelementbyid("default_txtname").value. But If it is not on that page if i am taking header.ascx and placing text box...
6
by: linuxnooby | last post by:
Hi I want a form field to be selected when the page loads. But I get the error message Error: document.getElementById("ff") has no properties any ideas what I am doing wrong? code below
3
by: rkhurana | last post by:
Hi I am writing a JSF application that uses some third party charts. While I can see the chart but the javascript that is supposed to calla function to update chart periodically has a problem. It...
1
by: micdon143 | last post by:
In javascript, I have a function to add new tables. The id of the table is "myTable". When I tries to access it by using document.getElementById("myTable"), it is returning null... Please help
1
by: tidysi | last post by:
Hi In the HTML I have <img src = 'BuildABedGraphics/default.jpg' id = 'imgBed' name = 'imgBed' width="300" height=250> With Javascript at some point in the script I use the following to...
2
by: ratcateme | last post by:
I have this script function getname(){ <script type="text/javascript"> var name = prompt('What is your name?'); while(name==''){ name = prompt('We need your name?'); } alert(name);...
7
by: ankitoshniwal | last post by:
Hello, I have been having this problem for the whole day today, so even after i googled for the solution i was not able to get one, so i had to post to this forum. I had checked the solutions...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.