
18/11/2002, 12:06
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Dim Temp
If Request.Form("tipo")="Autor" Then
Temp ="Select * From images where Autor like'%"&Request.Form("Palabra")&"%'"
Else
Temp ="Select * From images where tITULO like'%"&Request.Form("Palabra")&"%'"
End If |