Tengo poblemas con un codigo, la busqueda la hace bien pero cuando lo que se busco no esta en la web aparece la pagina de error del servidor y no una pagina creada por mi donde dice no existe lo que buscaste
el codigo es:
on (release) {
if (!_root.sprSearch.q.length) {
_root.sprSearch.Status = "Introduzca su busqueda";
} else {
_root.sprSearch.Status="";
page = "http://www.mited.com.ar/";
q = _root.sprSearch.q;
getURL(page add "" add q add ".html","_self");
vararchivo="http://www.mited.com.ar/"
}
}
function fileexists(){
var fso = new ActiveXObject("Scripting.FileSystemObject");
fileBool = fso.FileExists(archivo);
if (fileBool){document.vararchivo.href="http://www.exist.com"}
else{document.vararchivo.href="http://www.noexist.com"}
}
ayuda por favor