[ic] Re: Am I the only one who's ever done this?

C.B. Currier interchange-users@icdevgroup.org
Wed Jun 19 12:37:00 2002


Try searching the mailing list archives under tree.

The description of using the tree tag will help you get started. Once you
have figured this out try modifying the tags to create a dropdown box with a
java script activated onblur.

THis might do the trick. There is a sample solution in the archives which
describes how to do tree like lists with multiple hierarchies.

C.B. Currier


> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org]On Behalf Of Rat
> Sent: Wednesday, June 19, 2002 12:21 PM
> To: interchange-users@icdevgroup.org
> Subject: [ic] Re: Am I the only one who's ever done this?
>
>
> I know there are several sections about this in the
> documentation.. problem
> is.. I don't understand any of them... otherwise I would have
> never consulted
> the list. I have done a little work on the code but it still
> doesn't do what I
> want it to. If anyone has any advice on how to make this code
> work as described
> below please let me know.
>
> thanks,
>
> Ian Jennings
>
>
> >There PROBABLY isn't an example in the list about this, because
> it is in the
> documentation.
>
>
> >John Beima
> jbeima@palb.com, support@alocalagent.com, and support@alocalchurch.com
>
> >P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
> 11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
>
> >Affordable Web Pages - Phone: (888)932-9990 - Fax: (256)351-7297
> 2713B Spring Place SW, Decatur, Alabama, United States, 35603
>
>
>
> Quoting Rat <rat@hackunix.org>:
>
> > I need help with this:
> >
> > http://gfcplus.com/~eaganh/cgi-
> >
> bin/cart.cgi/scan/fi=products/st=db/sp=gallery/ac=0/co=1/sf=catego
> ry/se=wall/op=
> >
> rm/nu=0/ml=15/tf=sku/to=x/tf=price/to=x.html?id=GhtzSRxM&mv_arg=wa
> ll&mv_pc=12989
> >
> > I want to try to make the collection of drop down lists that is
> on the left
> >
> > perform one search with all of those variables. I have tried to
> do this so
> > many
> > different ways and get little to no results so I have returned
> it to its
> > simpilest form.. I couldn't find any examples or threads in the
> mailing list
> >
> > showing any indication that this had been done before but
> someone had to have
> >
> > done something close to this as some point. So if you know
> where I can find a
> >
> > good example or you have any ideas on how to make it work
> please let me know.
> >
> > The code for the search that I have now is included below.
> >
> > Thanks,
> >
> > Ian Jennings
> >
> > (              <form action="[area search]" method=post>
> >                 <div align="center">
> >                   <input type=hidden name=mv_session_id2
> value="[data session
> >
> > id]">
> >                   [set asearch]su=yes/fi=products[/set]
> >                   <input type=hidden name=mv_profile value=asearch>
> >                   <br>
> >                   Style: <br>
> >                   <select name="select" size="1">
> >                     <option value="any">Any</option>
> >                     <option value="quartz">Quartz</option>
> >                     <option value="keywound">Keywound</option>
> >                     <option value="round">Round</option>
> >                     <option value="largeround">Large Round</option>
> >                   </select>
> >                   <br>
> >                   <br>
> >                   Finish:<br>
> >                   <select name="select2" size="1">
> >                     <option value="">Any</option>
> >                     <option value="oak">Oak</option>
> >                     <option value="cherry">Cherry</option>
> >                     <option value="other">Other</option>
> >                   </select>
> >                   <br>
> >                   <br>
> >                   Price: <br>
> >                   <select name="select3" size="1">
> >                     <option value="">Any</option>
> >                     <option value="0-50">0-50</option>
> >                     <option value="50-100">50-100</option>
> >                     <option value="100-200">100-200</option>
> >                     <option value="200-350">200-350</option>
> >                     <option value="350 +">350 and up</option>
> >                   </select>
> >                   <br>
> >                   <br>
> >                   <input type="image" alt="Search"
> > src="__THEME_IMG_DIR__go.gif" border=0 name="image">
> >                 </div>
> >               </form>
> > )
> >
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>