[ic] mv_arg question.. again

Kevin Walsh interchange-users@icdevgroup.org
Fri Jul 26 18:01:01 2002


> 
> How would I make an [if] statement that asks the following:
> 
> if mv_arg = desk_table then print "Desk and Table"
> 
Try:

    [if session arg eq "desk_table"]
        Desk and Table
    [/if]

or:

    [if cgi mv_arg eq "desk_table"]
        Desk and Table
    [/if]

There are various other ways of doing what you asked.  For more
information, see the [if] section of the "Interchange Tags Reference".

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