Ver Mensaje Individual
  #46 (permalink)  
Antiguo 12/09/2015, 06:35
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: [APORTE] efectos sin jquery

Código:
document.querySelector('#aciertos').innerHTML = 'El archivo se ha subido con éxito';
				document.querySelector('#f').src = '<?php echo $eImg->_guardarEn?>';
				document.querySelectorAll('.redir')[0].innerHTML = 'Subir otro archivo --> FILEREADER';
				document.querySelectorAll('.redir')[1].innerHTML = 'Subir otro archivo --> WEBKITURL';
			}
		}

		window.attachEvent('onload', muestraResp);

	})();
	</script>
	</head>
	<body>

		<div id="infoSubida">

			<span id="errores"></span>
			<span id="aciertos"></span>

			<img id="f" src="./SubirArchivos/imgdefecto.gif" />

			<a class="redir" href="subirArchivosFileReader.html"></a>

		</div>

	</body>
	</html>
<?php
}
?>
continua en el siguiente
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}

Última edición por IsaBelM; 15/09/2015 a las 05:53