[ic] Drop down form

Anthony Minero anthony at urbanscooters.com
Sat Sep 13 12:22:24 EDT 2003


I'm trying to create a form on my site so I can search by price/brand/speed
etc.
I created the links with the search tool but I'd like to link to it with a
select box form so the customer can pull down and list by price
$200 and less
$200 - $300
$300 - $400  Etc.

I did this using a simple javascript form but it doesn't work correctly
within the interchange pages. Is there a format that I need to use when
creating these forms within interchange?

Here's an example link:
    <option VALUE="[area    href=scan
    search=|
        
        fi=products
        st=text
        sp=electric-scooters
        
        co=1
        
        sf=prod_group
        se=Electric Scooters
        op=eq
        nu=0
        
        sf=price
        se=200
        op=lt
        nu=0
        
        ml=50
        tf=price
        to=n
        tf=category
        to=x
    |
]">Less then $200

Thanks for any help.
-- 
Anthony Minero





More information about the interchange-users mailing list