Esto aparecera obviamente cada vez que entres a la web...
Una bienvenida el cual el "dueño" de la web te comparte...
No solamente pueden ser Bienvenidas, si no talvez Noticias, Concursos, etc..
[<script>
// (C) 2001 [url=http://www.CodeLifter.com]www.CodeLifter.com[/url]
// [url]http://www.codelifter.com[/url]
// Free for all users, but leave in this header
var whatName=prompt("Please type in your name:","");
function doName(theName){
if ((whatName != "")&&(whatName !=null)){
// you can modify this as needed
// this is the message if a name is typed in
document.writeln("Hello " whatName "!")
}else{
// you can modify this as needed
// this is the message if a name is *not* typed in
document.writeln("Hello!")
}
}
doName(whatName);
</script>/code]