Skip to main content
Participant
December 3, 2009
Question

What is causing my error...?

  • December 3, 2009
  • 1 reply
  • 331 views

Hello, I am new to this, and I am following up on an old employees work. Apparently when we click on certain lookups, we are getting the following error

'this.node.parentNode' is null or not an object

Does anyone know why we are getting this error, and how to correct it.

Thank You

Ricardo@gsi

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
December 4, 2009

The message I am just about managing to see says you are encountering a script error. The topic must contain something with javascript in it.


See www.grainge.org for RoboHelp and Authoring tips

Follow me @petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Willam van Weelden
Inspiring
December 4, 2009

Hi,

The script tries to address the parent of the clicked? object

I've never seen this.node before, but this.parenNode will get the parent element. Also, the command this is powerfull, but you have to know what you'r doing. See http://www.quirksmode.org/js/this.html

Greet,

Willam