
16/07/2008, 11:30
|
 | | | Fecha de Ingreso: julio-2002 Ubicación: Rio Gallegos - Santa Cruz
Mensajes: 893
Antigüedad: 22 años, 10 meses Puntos: 1 | |
Respuesta: un error que no entiendo bueno aqui te pongo lo que puse y el resultado que me dio
el primer error como siempre fue public namearray
asique le puse dim namearray corri nuevamente la pagina con estas modificaciones
Código:
Set objXML = Nothing
if inStr(ResponsePageSpelling,"</return>") then
Spelling=left(ResponsePageSpelling,inStr(ResponsePageSpelling,"</return>")-1)
Spelling=right(Spelling,len (Spelling)-inStr(Spelling,"<return")-29)
end if
spellingarray=Split(Spelling," ")
spellingmax=ubound(spellingarray)
Spellingitalic=Spelling
response.write spellingmax
response.flush
for j=0 to spellingmax
if inStr(keywords,spellingarray(j))=0 then
Spellingitalic=replace(Spellingitalic,spellingarray(j),"<b><i>"&spellingarray(j)&"</i></b>")
end if
next
el resultado es -1
__________________ ---->Sin ayuda no se llega a ningun lado<---- Virla |