Selecciona el texto en azul.
Copialo(CTRL+C) y pegalo en tu documento HTML tal y como figura, sin cambiar nada y entre las etiquetas <HEAD></HEAD>
<title>" +form.nombre.value +"</title>
")
text = (text +"<meta name="title" content="" +form.nombre.value +"">
")
text = (text +"<meta name="DC.Title" content="" +form.nombre.value +"">
")
text = (text +"<meta http-equiv="title" content="" +form.nombre.value +"">
")
// DESCRIPCION
text = (text +"<meta name="description" content="" +form.descripcion.value +"">
")
text = (text +"<meta http-equiv="description" content="" +form.descripcion.value +"">
")
text = (text +"<meta http-equiv="DC.Description" content="" +form.descripcion.value +"">
")
// PALABRAS CLAVES
text = (text +"<meta name="keywords" content="" +form.palabras.value +"">
")
text = (text +"<meta http-equiv="keywords" content="" +form.palabras.value +"">
")
// E-MAIL
text = (text +"<link rev="made" href="mailto:" +form.mail.value +"">
")
// REVISION
text = (text +"<meta name="Revisit" content="" +form.revision.value +"">
")
text = (text +"<meta name="REVISIT-AFTER" content="" +form.revision.value +"">
")
// LENGUAJE
text = (text +"<meta name="DC.Language" scheme="RFC1766" content="" +form.lenguaje.value +"">
")
// VARIOS
text = (text +"<meta name="robots" content="all">
")
text = (text +"<meta name="distribution" content="global">
")
text = (text +"<meta name="Cenerator" content="Generado los Meta Tags por http://www.officialfreeware.com - recursos gratis para webmasters">
")
text = (text +"<meta name="resource-type" content="document">
")
text = (text +"<meta http-equiv="Pragma" content="cache">
")
text = (text +"<!--// " +form.descripcion.value +" //-->
")
text = (text +"Generador de META-TAGS de officialfreeware.com
")
msgWindow=window.open("","displayWindow","toolbar=no,width=600,height=400,directories=no,status=no,scrollbars=yes,resize=yes,menubar=no")
msgWindow.document.writeln(text)
msgWindow.document.close()
}
}