> I have to incorporate my search(which is a textfield
> on one of my CF templates) with other search engines
> so that if a user types in the textfield then all the
> search results showed come from other search engines
> such as Altavista or Excite. Can any one Please tell
> me the logic so as to how should I proceed.

The biggest problem for using CF to do something like this is the lack of
(current) flush - What I mean is that if a search engine is particularly
slow, then nothing will be sent to the broswer until the whole thing is
built on the server

Other search engines do a similar thing, but they don't use CF - www.c4.com
is a damn good example of how it's done, but they use a bit of Push
technology to tell it when to jump to the next page...

I personally wouldn't write a search engine searcher in CF, but maybe that's
just me...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to