Directory - World's best Free Christian cut and paste HTML and Java scripts, free to use.
Auto-redirect
<title>Auto-redirect</title>
<meta http-equiv="Refresh" content="4; URL=www.ranks1.com">
Our site has moved. Please click
<a href="www.ranks1.com"> here </a> (or wait 4 seconds) to go to the new location.<br>
Change both "4's" to "1's" and your page will re-direct in 1 sec. instead of 4 sec.
--------------------------------------------------------------
Howbout get rid of underlines ?
<STYLE>
A {text-decoration:none;}
</STYLE>

--------------------------------------------------------------
No right click, try my page!
<script language=JavaScript>
var message="Praise the Lord!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
// -->
</script>

---------------------------------------------------------------
Ever wondered how to make those links change colors?
<STYLE>
A:hover {color:red;}
</STYLE>
-------------------------------------------------------------------------------
Mouse Rollover
<SCRIPT LANGUAGE="JavaScript">
MouseOver("firstimage.gif","secondimage.gif",
"width=100 height=30 border=0 alt='Click Here'",
"yourpage.html");
</SCRIPT>
-------------------------------------------------------------------------------
Frame set page loading
<head>
<script language="JavaScript">
if (parent.location.href == self.location.href){
window.location.href = 'index.html'
}
</script>
</head>
-------------------------------------------------------------------------------
Popup Windows "yes now you to can be grrr"
<SCRIPT language="JavaScript">
<!-- window.open('http://www.jesuspagetools.com');// -->
</SCRIPT>
------------------------------------------------------------------------------
scrollbars to the colors you want!
Just add this CSS script to your Head Tag,
and be sure to replace the word #color with whatever color you want: e.g. #003366

<style>
BODY
{
scrollbar-face-color:#color;
scrollbar-shadow-color: #color;
scrollbar-highlight-color: #color;
scrollbar-3dlight-color: #color;
scrollbar-darkshadow-color: #color;
scrollbar-track-color: #color;
scrollbar-arrow-color: #color;
}
</style>
---------------------------------------------------------------------------
Auto-Bookmark
<a href="javascript:window.external.AddFavorite('http://www.yoursit e.com/', 'My Site Title');">Bookmark This Site!</a>
---------------------------------------------------------------------------
Print Page
<a href="javascript:window.print()">Print This Page</a>
--------------------------------------------------------------------------
Mail to script's
This would produce an email with
"Jesus is Cool !" in subject line.
PS, where you see address place whatever.

<a href="mailto:admin@ranks1.com?Subject=Jesus is Cool !">ADDRESS</A>
--------------------------------------------------------------------------
This would produce "Ranks1.com"
in subject line,

and "Jesus Christ Saves !." in the body.

<a href="mailto:admin@ranks1.com?Subject=Ranks1.com&Body=Jesus Christ Saves !.">ADDRESS</A>
-------------------------------------------------------------------------
Popunder Windows
<script language="JavaScript"> <!-- Hide script from older browsers
if(navigator.appName.indexOf("WebTV")==-1) {
myWin = open('', 'winin','toolbar=0,menubar=0,scrollbars=1,status=0,resizable=1,width=280,height=430');
myWin.blur();
myWin.location = 'http://www.someurl.com';
var shut=true;
}
// end hiding contents --> </script>
------------------------------------------------------------------------
Un-Load script
<body onUnload="window.alert('Don\'t forget to Submit your URL!')">
------------------------------------------------------------------------
Up ward marquee
<marquee direction="up" scrollAmount="2" style="width:'200';height:'200'">
<center>Welcome to<br>Ranks1.com !</B></center>
<br>
<center>This is our upward scrolling marquee !
<br>
To get yours cut and paste code below.</center>
<br>
<center>Please remember to vote and rate our site.</center>
<br>
<center>Also remember to add your code and to submit your URL.</center>
<br>
<center>We can also submit your site to many engines see details.</center>
<br>
<center>Please remember the one who deserves our praise and all the credit, "Jesus Christ" !</center>
</marquee></center>
------------------------------------------------------------------------
Simple drop down add as many links as you like !
<form name="drop_down" method="POST">
<select name="selections" size=1>
<option value="www.ranks1.com"> Home </option>
<option value="www.ranks1.com/links.html">Links</option>
<option value="www.ranks1.com/submit.html"> Submit URL </option>
</select>
<input type=button onClick= "location = '' +
document.drop_down.selections.options[
document.drop_down.selections.selectedIndex ].value;" value="Go!">
</form>
----------------------------------------------------------------------
static background
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="background:white url(your_image.gif or .jpg) no-repeat fixed center center"
</script>
----------------------------------------------------------------------
How to add a link
<A HREF="Your-URL-here" TARGET="_self">Your-page-Title</a>
----------------------------------------------------------------------
How to add a image
<img src="URL-of-image-here"></a>
---------------------------------------------------------------------
How to add a image that is linked to a URL
<A HREF="Your-URL-here" TARGET="_self"><img src="URL-of-image-here"></a>
---------------------------------------------------------------------
# 1 Statis bar clock
<SCRIPT LANGUAGE="JavaScript"><!--
function runClock(){
theTime = window.setTimeout("runClock()", 1000);
d = new Date();
day = d.getDay();
mon = d.getMonth();
date = d.getDate();
year = d.getYear();
hr = d.getHours();
min = d.getMinutes();

if(year<1000){year=(""+(year+11900)).substring(1,5);}
else{year=(""+(year+10000)).substring(1,5);}

if(hr==0){ap=" AM";hr=12}
else if(hr <= 11){ap=" AM"}
else if(hr == 12){ap=" PM";hr=12}
else if(hr >= 13){ap=" PM";hr-=12}

if(min <= 9){min="0"+min}

zday=new Array();
zday=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
zmon=new Array();
zmon=["January","February","March","April","May","June","July","August","September","October","November","December"];


status=""+zday[day]+", "+zmon[mon]+" "+date+", "+year+" "+hr+":"+min+ap+"";}
runClock();
//--></script>
-------------------------------------------------------------------
#2 Button Clock
<form name=formname>
<input type=button  value="Loading..." name=clock onclick="if (confirm('Want to see something really cool?')){parent.location='http://www.coolpagehelp.com/coolclock.html';}"></form>
<SCRIPT LANGUAGE="JavaScript"><!--
function runClock(){
theTime = window.setTimeout("runClock()", 1000);
d = new Date();
day = d.getDay();
mon = d.getMonth();
date = d.getDate();
year = d.getYear();
hr = d.getHours();
min = d.getMinutes();
sec = d.getSeconds();

if(year<1000){year=(""+(year+11900)).substring(1,5);}
else{year=(""+(year+10000)).substring(1,5);}

if(hr==0){ap=" AM";hr=12}
else if(hr <= 11){ap=" AM"}
else if(hr == 12){ap=" PM";hr=12}
else if(hr >= 13){ap=" PM";hr-=12}

if(min <= 9){min="0"+min}
if(sec <= 9){sec="0"+sec}

zday=new Array();
zday=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
zmon=new Array();
zmon=["January","February","March","April","May","June","July","August","September","October","November","December"];


document.formname.clock.value=""+zday[day]+", "+zmon[mon]+" "+date+", "+year+" "+hr+":"+min+":"+sec+ap+"";}
runClock();
//--></script>
------------------------------------------------------------------------
To add music:
<embed src="song.mp3" hidden=true autostart=true loop=true>
<noembed>
<bgsound src="song.mp3" loop=infinite>
</noembed>
------------------------------------------------------------------------
mousover script
<!-- Add this code to the <HEAD> </HEAD> section. -->

<script LANGUAGE="JavaScript">

Image1 = new Image();
Image1.src = 'http://www.yourwebsite.com/images/';
Image2 = new Image();
Image2.src = 'http://www.yourwebsite.com/images/';
Image3 = new Image();
Image3.src = 'http://www.yourwebsite.com/images/';

function changeimage(imagenum,newfilename)
{
   document.images[imagenum].src=newfilename;
}

</script>

<!-- End of header section -->


<!-- Add this code to the <BODY> </BODY> section. -->

<A HREF="http://www.yourwebsite.com"
onMouseOver="changeimage('aa708','http://www.yourwebsite.com/images/');"
onMouseOut="changeimage('aa708','http://www.yourwebsite.com/images/');"
onClick="changeimage('aa708','http://www.yourwebsite.com/images/');"
><IMG src="http://www.yourwebsite.com/images/" name=aa708 border="0"></A>

<!-- End of body section -->

----------------------------------------------------------------------
Banner rotator
by: banner maker pro

<BODY onload="loadrandomimage()">
<!-- JavaScript Banner Rotator - Rotate banners everytime a page is loaded.
<!-- Text automatically created by Banner Maker Pro www.bannermakerpro.com-->
<!-- Put this text in the BODY section of the HTML  - don't forget to include the onload on the <BODY> tag. -->


<script language="JavaScript">
<!--
var randnum = (Math.round((Math.random() * 3 ) ));
var bannerlink = "www.changeURL.com"
var banlink = ""

function initArray() {
this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

links = new initArray(
"www.changeURL.com",
"www.changeURL.com",
"www.changeURL.com",
"www.changeURL.com"
)


images = new initArray(
"banner1",
"banner2",
"banner3",
"banner4"
)


alttext = new initArray(
"text alt text here",
"text alt text here",
"text alt text here",
"text alt text here"
)

function loadrandomimage() {
randnum = (Math.round((Math.random() * 3 ) ));
document.BannerAd.src=images[randnum]
document.BannerAd.alt=alttext[randnum]
bannerlink = links[randnum]
banlink.href=links[randnum]
}

// -->
</script>

<script language="JavaScript">
<!--

function changelink() {
location = bannerlink
}
// -->
</script>

<a href='javascript:changelink()' name="banlink"><img src="banner1" name="BannerAd" alt="" ></a>

<!-- End Banner Rotator Body Code -->
If you use our scripts please add a link back to us from your page,
and please send us one if you have it. I'll list it and give you the credit.
<a href="http://www.ranks1.com"ALT="Free Christian webmaster tools and website resource.">
Free Christian Resource.</a><br>
add our link please
This is some of the codes we have, Auto-redirect, No right click, underlines, links change colors, Frame set page loading, Mouse Rollover, scrollbars color change, Popup Windows, Jump Menu, and Timed greeting stamp, Add a date, Auto-Bookmark, Clocks, Back/Forward/Reload Back, Print Page code, Back ground changer, Mail to script's, Popunder Windows, Un-Load script, Up ward marquee, and drop down, <-free scripts/codes--> What we also offer, Cut and paste scripts, java, God, FFA, link's page, Christian, webmaste rservices, web forums, greeting card, classified adds, faith, redirection, website tools, and Add-ons, Auto-redirect, No right click, underlines, links change colors, Frame set page loading, Mouse Rollover, scrollbars color change, Popup Windows, Jump Menu, Timed greeting stamp, Add a date, and Auto-Bookmark, Back/Forward/Reload Back, Print Page code, Back ground changer, Mail to script's, Popunder Windows, and Un-Load script, Up ward marquee, drop down, Announcers, HomePage tools, Christ, Internet marketing, freebies, search engine submissions, FFA links, also graphics, gif, jpg, clipart,javascripts, web design, webmaster, Jesus, webmaster tools, HTML, editing, and  HTML help
Links
-HOME- Free Submit- Free Banners 1- Free Buttons- Add link- Free Scripts- Free Flash- Free Images- Free Dating- Free Downloads- free Banners 2- free Logo's- free Tickers- free RSS, XML- free Lyrics- Free Bible tools- Free e-cards- Free award-
World's best source for free Christian scripts. We provide Christian webmasters and website owners with free cut and paste scripts, add your script to our page and get credit.
 
 
 
Ranks #1-Christian Directory logo, we offer free submit,submission,banners,buttons,scripts, and awards.
Scripts.com™ - Get the best scripts NOW!
Free Christian Resource.
Free Christian Banners,
         Free Christian Tools,
                  Free Christian Resource.