Ask a Question related to Coldfusion Database Access, Design and Development.
-
Bskyweb #1
Clikckabel Search Results
how would i make the URL_of_File cloum clickable?
<table width="83%" border="1">
<tr>
<td width="32%">File_Name</td>
<td width="34%">URL_of_file</td>
<td width="34%">Keywords</td>
</tr>
<cfoutput query="Recordset1" startRow="#StartRow_Recordset1#"
maxRows="#MaxRows_Recordset1#">
<tr>
<td>#Recordset1.File_Name#</td>
<td><A href="#Recordset1.URL_of_file#"</td>
<td>#Recordset1.Keywords#</td>
</tr>
</cfoutput>
</table>
Bskyweb Guest
-
Search results
When i search it returns all the rows; not the ones i've searched for. Any help would be appreciated. do i end my search page with CFM also? ... -
Sending search results to a results page..with asp
Please help.. very :confused; Ive setup 4 dynamic drop down boxes which populate themselves from my database, this all works fine..The last box... -
Help with search results in asp vbs
I have this query: SELECT * FROM dbo.subwatch WHERE subname like 'varsubname%' AND vendornum like 'varvendornum%' AND city like 'varcity%' AND... -
Search within Search Results
I am trying to do a search within query results: My first search executes fine, but my second search uses the WHERE parameters of my first... -
Printing Search Results
I need to print out the results of a file search in XP Explorer. Is there any way other than using a screen capture to do this? Thanks. -
mxstu #2
Re: Clikckabel Search Results
Add a title and close the anchor tag
<A href="#Recordset1.URL_of_file#">#Recordset1.URL_of _file#</A>
mxstu Guest



Reply With Quote

