En este mensaje de Java script sepuede poner en negrtita las palabra : ADMINISTRADOR - Ingrese su password
<script language="javascript">
<!-- BEGIN Script
// This script is copyright 1997... if there are problems, contact Jwegated
// at [email protected] of http://www.psynet.net/jwegated
// where to go if wrong password...
var wrong="http://www.google.com";
// password...
var password="123456";
// prompts the user this...
var name = prompt("Administrador, Ingrese su Password");
// if... else statement... right, confirm this, wrong, go to wrong...
if (name == password) {(confirm("Bienvenido"))}
else {location.href=wrong}
// END Script -->
</script>
Y otra pregunta dentro de un codigo de java ms complejo se puede poner un link a otra pagina web???
Bueno espero me puedan ayudar