I am doing a very, very simple search on two database columns, "Title" and 
"Link".

For my query, I am also doing the simplistic:

<cfquery name="Search" datasource="mydb">
SELECT * FROM my_table
WHERE 0=0 AND
Title LIKE '%#FORM.SearchText#%' OR
Link LIKE '%#FORM.SearchText#%'
</cfquery>

On the output, I just do a simple output query of search.

Now for my problem.  In Firefox, the search will return the appropriate 
results, as expected.  However, in IE 6.0, the exact same search returns 
nothing.  

I have gone cross-eyed trying to figure out what could possibly be happening.

Any ideas?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to