Hello,
I am wondering if I can somehow find out the location of the script and not the page it is called from. e.g. if the page is http://xxx.yyy.com/a.htm, and I write location.href, I get that location instead of http://aaa.zzz.com/script.js where the script resides. Is it possible to get the location of the script?
Thank you for your time.