Interchange Developer Resource
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[ic] mv_arg question.. again



> 
> 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
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



Search for: Sort by: