ʍs.ɗəмəɴtə!
  tag maker
 

<!-- TWO STEPS TO INSTALL META TAG MAKER:

   1.  Paste the coding into the HEAD of your HTML document
   2.  Put the last coding into the BODY of your HTML document  -->

<!-- STEP ONE: Copy this coding into the HEAD of your HTML document  -->

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.javascriptsource.com -->

<!-- Original:  Michiel Van Velthoven  -->

<!--  Begin
function MakeIt(form){
var txt='<META NAME="DESCRIPTION" CONTENT="'+form.description.value+'">rn';
txt+='<META NAME="KEYWORDS" CONTENT="';
if (form.keywords.value)
txt+=form.keywords.value+'">rn';
form.source.value=txt;
}
function AddText(form, Action){
var AddTxt="";
var txt="";
form.keywords.value+=AddTxt;
}
function ResetPage(form){
if(confirm("Do you want to clear all and start a new META-tag Creation?")){   
form.description.value="";   
form.source.value="";   
form.keywords.value="";   
   }
}
// End -->
</SCRIPT>

<!-- STEP TWO: Put this code into the BODY of your HTML document  -->

<BODY>

<CENTER>
<FORM ACTION="">
<TABLE BGCOLOR="dedfdf" border="2" cellpadding="4">
<TR>
<TD align="center"><FONT SIZE="3" FACE="arial"><B>Site Description<BR><font size="-2">(more descriptive the better)</font></TD>
<TD align="center"><INPUT TYPE="text" NAME="description" size=32></TD>
</TR>

<TR>
<TD align="center"><FONT SIZE="3" FACE="arial"><B><CENTER>Up to 10 Keywords<BR><font size="-2">(separated with spaces)</font></TD>
<TD align="center"><input type="text" name="keywords" size=32></TD>
</TR>

<TR>
<TD><FONT SIZE="3" FACE="arial"><B><CENTER><input type="button" value="Create Tags" onClick="MakeIt(this.form);"></B></TD>
<TD align="center"><FONT SIZE="2"><B>Here is your META - tag coding.
<BR>Put it in the HEAD of your HTML document.<BR><P><textarea name="source" rows=5 Cols=45></textarea></TD>
</TR>

</TABLE>
</FORM>
</CENTER>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  2.07 KB  -->
 
   
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis