====== Dealer Locator Iframe Example ====== First you'll need a form on a page on your public to allow your visitors to choose some search parameters. Allowable search parameters are described on the main [[dealer_locator]] page. Specify //target=dealerLocatorFrame"// in the form tag, and fill in the URL of your channelsuite install in the "action" parameter of the form tag. The form will be posted to the channelsuite server and the results will be displayed in the iframe called dealerLocatorFrame on your html page. In the following example we allow a choice of search by zip code (parameters //zip// and //distance//) or US state (parameter //state//)

In the US?

Please enter your 5-digit zip code:
...match within:   

- or -

Select a state:

Then put an empty iframe with name="dealerLocatorFrame" somewhere on your page to hold the results. it should be at least 700 px wide.