Goth and Gore Gifts
Shop right now or else!
Viking gear
Gear Gifts and Apparel
Till death do us part
Axels New Music releases
Sell your soul
Believeth in me an hath everlasting life

here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.

home page button javascript 
back to home js button

<script>
function gohome(){
if (document.layers)
window.home()
else if (document.all)
window.location="about:home"
else
alert("You need NS 4+ or IE 4+ to go back home!")
}
</script>

<form>
<input type="button" onClick="gohome()" value="Take Me Home!">
</form>

<!--if you wish to use an image instead of a form button, uncomment this portion
<a href="javascript:gohome()"><img src="home.gif"></a>
-->


Add your comment.













No comments yet

Search ScriptsnTips


Php JavaScripts CGI/Perl