Best Download Sites Login
Site Login

Flip Through Menu

Description
This JavaScript will flip through all the different sites that you include, along with a description of that site. When the visitor clicks the button, they are taken to that site!...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.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">

<script language="JavaScript">
<!-- Begin
function makeArray(q){
for(i=1 ; i < q ; i++){this[i]=0}}
w=1;
howmanysites=4;
Sites = new makeArray(howmanysites);
Sites[1] = "http://myplace.50g.com|My Place!";
Sites[2] = "http://www.geocities.com~Geocities|Click for totally free webspace!";
Sites[3] = "http://www.yahoo.com~Yahoo!|Click for the greatest Search Engine!";
Sites[4] = "http://www.builder.com~Builder.com|Click for awesome webmaster resources!";

function showSites() {
if (w > howmanysites) { w=1; };
var string=Sites[w] + "";
var split1=string.indexOf("~");
var split2=string.indexOf("|");
var url=string.substring(0,split1);
var name=string.substring(split1 + 1,split2);
var word=string.substring(split2 + 1,string.length);
document.form.url.value=url;
document.form.name.value=name;
document.form.word.value=word;
w+=1;
window.setTimeout('showSites()',3000);
}
function visitSite() {
window.location=document.form.url.value;
}
// End -->
</script>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<form name=form>
<table><tr><td align=center>
<input type=button name=name value="Visit these sites!" onClick="visitSite()" size=25>
<input type=hidden name=url value="">
<input type=text name=word value="" size=40>
</td></tr></table>
</form>
<script>
showSites();
</script>

</center>
</BODY>
</HTML>
 

Business Proposal 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