Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/05/2010, 11:20
guillerm
 
Fecha de Ingreso: mayo-2010
Mensajes: 34
Antigüedad: 13 años, 11 meses
Puntos: 0
Respuesta: Buscador de informacion interno

on (release) {
if (!_root.sprSearch.q.length) {
_root.sprSearch.Status = "Introduzca su busqueda";
} else {
_root.sprSearch.Status="";
vararchivo = "www.misitio.com:";
page = "www.misitio.com";
q = _root.sprSearch.q;
getURL(page add "" add q add ".html","_self");
}
}
function fileexists(){
var fso = new ActiveXObject("Scripting.FileSystemObject");
fileBool = fso.FileExists(archivo);
{document.vararchivo.href="http://www.noexist.com"}

}

cuando busco algo que no esta en mi web tiene que ir a www.noexist.com pero no va
¿que puede ser?