27/05/2010, 11:16
|
| | Fecha de Ingreso: mayo-2010
Mensajes: 34
Antigüedad: 14 años, 8 meses Puntos: 0 | |
Respuesta: Poblemas con actionscript on (release) {
if (!_root.sprSearch.q.length) {
_root.sprSearch.Status = "Introduzca su busqueda";
} else {
_root.sprSearch.Status="";
vararchivo = "http://www.misitio.com/";
page = "http://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"}
}
no me anda la parte que cuando no esta lo que se ingreso en el buscador, que valla a www.noexist.com
ayuda por favor |