Skip to main content
1-Visitor
October 30, 2017
Question

ReferenceError: "window" is not defined

  • October 30, 2017
  • 1 reply
  • 2855 views

Hi,

I am not fairly familar with javascript, but found that I could use the following code to get the current URL of the open webpage.

var url = window.location.href;

I am getting an error, "window" is not defined, which I do not understand why.

Is it part of a library not in Thingworx and if so, how can I import that library into Thingworx?

Thank you,

Rami

1 reply

5-Regular Member
November 6, 2017

Hello. Rami Masoud.

Try running this:

document.getElementById("demo").innerHTML = "Page location is " + window.location.href;

What output do you see? And what browser(s) are you running this in?

Thanks,

-- Craig A.

1-Visitor
July 4, 2018

after executing this I got this message,

Message :: ReferenceError: "document" is not defined.

 

 

Regards,

Abhishek Kumar