
More Miscellaneous JavaScripts
Born Which Day? | Virtual Coin Flipping | Days Ahead | searchable directory | Eyes Follow Mouse | French Translation | Basic HTML editor | Load Alerts | Madlib Caesar | Build A Maze | Meta Tag Maker | Modify Variable | Mouse Comet | Create An Mp3 Playlist | Pick Random Lottery | Forward Visitors | Search Engine | Set Home Page | Site Search | Stars Follow Mouse | State Trivia Facts | Players Tournament | Visitors Quiz | Address Book | Bookmark Reminder | Name Visits Message
Description
To get higher on search engines, you're going to have to use Meta Tags. If you don't know how to write them for yourself, use this JavaScript! Just enter the information about your site and it'll spit out the Meta Tags that you need to put on your pages (in the HEAD tags)....View A Script Demo
To get higher on search engines, you're going to have to use Meta Tags. If you don't know how to write them for yourself, use this JavaScript! Just enter the information about your site and it'll spit out the Meta Tags that you need to put on your pages (in the HEAD tags)....View A Script Demo
Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Michiel Van Velthoven -->
<!-- Begin
function MakeIt(form){
var txt='<META NAME="DESCRIPTION" CONTENT="'+form.description.value+'">\r\n';
txt+='<META NAME="KEYWORDS" CONTENT="';
if (form.keywords.value)
txt+=form.keywords.value+'">\r\n';
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>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><BR>
<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>
</BODY>
</HTML>
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Michiel Van Velthoven -->
<!-- Begin
function MakeIt(form){
var txt='<META NAME="DESCRIPTION" CONTENT="'+form.description.value+'">\r\n';
txt+='<META NAME="KEYWORDS" CONTENT="';
if (form.keywords.value)
txt+=form.keywords.value+'">\r\n';
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>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><BR>
<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>
</BODY>
</HTML>
If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail

