where is my app located?

Just starting out? Need help? Post your questions and find answers here.
AMpos
Posts: 42
Joined: Mon Aug 03, 2020 5:15 pm

where is my app located?

Post by AMpos »

Is there a way to know the URL where the online app is running?

if my app is at www.myweb.com/here/index.htm

GetMyUrl() will return "www.myweb.com/here" or something like that
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: where is my app located?

Post by Peter »

Code: Select all

Define Location.s
! v_location = window.location;
Debug Location
AMpos
Posts: 42
Joined: Mon Aug 03, 2020 5:15 pm

Re: where is my app located?

Post by AMpos »

Thanks dude!
Post Reply