Page 1 of 1

where is my app located?

Posted: Tue Oct 27, 2020 9:56 pm
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

Re: where is my app located?

Posted: Tue Oct 27, 2020 10:07 pm
by Peter

Code: Select all

Define Location.s
! v_location = window.location;
Debug Location

Re: where is my app located?

Posted: Tue Oct 27, 2020 10:49 pm
by AMpos
Thanks dude!