Matt, > The idea for the search page is that you can select a county/state > to search and it will bring up all cities in that county/state that > have a particular venue in them.
I think client-side scripting here is unavoidable (although if anyone knows otherwise I'm most definitely interested in hearing about it). Depending on how many counties and venues you need to include, you could get away with just dumping them into a Javascript array and doing everything that way. This would work well for a smaller setup - say 5 counties, each with only a handful of venues - but won't be good from a code maintenance POV. If you're covering all UK counties and you have tens or hundreds of venues per county, you'll need server-side help to build the lists: chained selectors, an iframe with the venue selector in it, or AJAX. Chained selectors with PHP: http://www.zend.com/zend/tut/drop-down.php Iframes (not in XHTML strict IIRC): http://www.dyn-web.com/dhtml/iframes/ AJAX: http://www.adaptivepath.com/publications/essays/archives/000385.php > Matt (Back in IT and loving it!) You know it makes sense :-) HTH, Jon ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: '' To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
