Paul, > > just curious how i would pass form to a n included page. > > say verity > i have an cfinclude search field on the top of all my pages. > i cfinclude the results page in small box on all my pages > > how do i pass the search info to the results page? > normally i would just select the result page in my form tag. > > but this doesn't seem to work if that page is used in an include. >
All you need to do is send the search form to the page that you're currently displaying, with some kind of action that says, ok, I've got a search request here, so I should include the template that gets the search results and then display the results in those small boxes. You don't need to pass anything through to the included page. Anything that is available in the template that's doing the including will be available in the included page. Regards Stephen ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

