cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

ReferenceError: "window" is not defined

rmasoud1
1-Newbie

ReferenceError: "window" is not defined

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

2 REPLIES 2
CRArko
17-Peridot
(To:rmasoud1)

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.

after executing this I got this message,

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

 

 

Regards,

Abhishek Kumar

Top Tags