[ic] Read active page URL

Kevin Walsh kevin at cursor.biz
Sat Feb 10 13:24:54 EST 2007


Bill Carr <bill at worldwideimpact.com> wrote:
> On Feb 10, 2007, at 6:00 AM, Marco Mescoli wrote:
> > With ITL how can i read the complete url with all cgi (get)  
> > parameters ?
> > Is it possible without scan [dump] output ?
> >
> [perl]
> 	$CGI;
> 	$CGI_array;
> [/perl]
> 
> Search the docs for Interchange Perl Objects.
> 
Another way, assuming you know your hostname, is to use the following:

    [env REQUEST_URI]

See here:

    http://www.interchange.rtfm.info/icdocs/tags/env.html

The "Interchange Perl Objects" docs, referenced above, can be found here:

    http://www.interchange.rtfm.info/icdocs/Interchange_Perl_objects.html

Why do you need this information?  You shouldn't need to parse the
URI yourself.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list