> -----Original Message-----
> From: face mann [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 24, 2004 03:01 AM
> To: 'CF-Talk'
> Subject: Re: CSS in CFM pages
>
> Sorry, here is the code:
>
> <cfsetting enablecfoutputonly="1">
>
> <LINK REL="stylesheet" TYPE="text/css" HREF=""> >
> <cfset startTime = GetTickCount()>
>
> <CFPARAM NAME="Form.keyword" DEFAULT="">
>
> <cf_lucenesearch
> r_query="r_query"
> index="/opt/coldfusionmx/wwwroot/recode/recodeIndex/"
> keyword="#Form.keyword#">
>
> <cfoutput>total records = #r_query.recordcount#<br /></cfoutput>
>
> <cfoutput query = "r_query">
> <a href= ""> > <cfset orgIndex = REFind("Organism", r_query.SUMMARY)>
> <cfset brIndex = REFind("BR", r_query.SUMMARY, orgIndex)>
> <cfset brIndex = brIndex - orgIndex - 1 >
> #mid(r_query.SUMMARY, orgIndex, brIndex)#
> </a><br>
> </cfoutput>
>
> <cfset endTime = getTickCount()>
> <cfset totaltime = endtime - starttime >
> <cfset totaltime = totaltime / 1000 >
> <cfoutput>Totaltime = #totaltime# seconds <br /></cfoutput>
> </BODY>
> <cfsetting enablecfoutputonly="0">
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

