MS JScript Runtime Error - Object Expected

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

My problem occurs on a limited number of web sites. Five
people in my company all go to the same page on the same
site and I am the only one to receive errors.

The errors are always in the same place and on the same
line of code.


I have tried several steps including removing JAVA 2
Runtime Environment and then reloading it, deleting all
cookies and IE History files, and setting IE Security
Level to Medium.

My system is a Windows XP and IE 6 with all updates
loaded. Below is some of the source code for the web site
and the errors I get.


onLoad="checkCount()"; "MM_preloadImages
('../images/01.gif','../images/newnavon_03.jpg','../images/
newnavon_05.gif','../images/newnavon_06.jpg','../images/new
navon_07.jpg','../images/newnavon_08.jpg','../images/newnav
on_09.jpg','../images/newnavon_10.jpg','../images/newnavon_
11.jpg','../images/newnavon_12.jpg','../images/newnavon_13.
jpg','../images/newnavon_14.jpg','../images/newnavon_15.jpg
','../images/newnavon_16.jpg','../images/newnavon_17.jpg')"

Different Web Site... same error:
initEventHandlers()

function openAttachmentUpload(e) {
setLastMousePosition(e);
openPopup('/email/author/emailattach.jsp?
lktp=00P&mode=1&id=00Y30000000sjVD', 'attach', 450,
400, 'width=450,height=400,scrollbars=yes,toolbar=no,status
=no,directories=no,menubar=no,resizable=yes', true);
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top