Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/05/2010, 18:53
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="";
page = "";
q = _root.sprSearch.q;
getURL(page add "" add q,"_self");
}
}

ese es el codigo