BlueCielo Meridian Asset Management Module 2018 Administrator's Guide
Retrieving arguments from a session object
Depending on the implementation of the maintenance management system, data may be available in values or objects in the user’s Session object. For example, if the application is running on Internet Information Services and it stores a reference to the user’s selected object in the Session object and this object has an ID property, then the URL can be constructed using code similar to the following ASP code:
<iframe name="BlueCielo Meridian Asset Managenent Module"
src=" http://<ServerName>/ExplorerClient/Home.aspx?
ID=<%Session("CurrentObject").ID%>">
</iframe>
Note This code must run on the web server because the Session object is not available in the browser on the client.