Hi,
I am new to using SharePoint Online. I've been able to create a small publishing site that, for testing, has a few uploaded pages (a main page renamed from HTM to ASPX so it would run, a JS script page, a few images).
The main page needs to run a math formula that already is scripted into a classic ASP page that I created a while ago. My difficulty is that I am not sure how to reference the relative path to run the ASP page script/math formula? I can upload the ASP page to the same folder as the other pages.
All pages are created in a third-party tool and for the main page to use/connect to the ASP page, it uses a Post Web Data object (sends and gets data) requiring a URL. It would be helpful to preserving data security if I could enter a relative path URL in that main page's Post Web Data object, to the ASP page, so that the maths are run internal to the SharePoint site and do not need to go externally.
Is there any way to do this? Any help would be appreciated.
Thank you.