La copia del código es la siguiente:
<%
Response.write "Palabra clave :(" & TRIM (request ("Q")) & ")" & "<hr>"
x = reemplazar (trim (request ("Q")), "", ",")
'x = array (x)
t = dividido (x, ",")
Sql = "select*fromtbwherekis <> 0"
fori = 0toUbound (t)
ift (i) <> "" entonces
Response.write "Things" e I+1 & ":" & t (i) y "<hr>"
Sql = sql & "ortitlelike '" & t (i) y "'" 'Esta es la clave
endif
próximo
Respuesta.Writesql
%>
<Formaction = "">
<Table>
<tr>
<TD> <inputName = "Q" onKeyUp = "this.value = this.Value.replace (// s+/g, '' ')"> <inputType = "enviar" value = "check
Consulta "> </td>
</tr>
</table>
</form>