[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Getting Environment Variables Through ITL
>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