[ic] Getting Environment Variables Through ITL

Ron Phipps interchange-users@lists.akopia.com
Fri Jun 1 18:17:00 2001


>Hello,
>
>I am currently implementing an Interchange store, currently my URL says:
>
>http://store.mystore.com/mystore.cgi/stuff.html
>
>and I want to find a way to grab stuff.html out of the location bar but
>can't find a method in the Interchange documentation to get the environment
>variables.


AC,

Do you want just the name of the page you are on?  If so you can do it with
an IC var: @@MV_PAGE@@

This will return the page relative to /cgi-bin/yourstore.cgi/

Good luck!
-Ron