Submit script
If you have a script that you would like to share with others, you can now submit the script for inclusion into the website. Just fill in the form below and you will be listed as a contributor for that script and a link to your website will be included on the page.
Please note, although we check all submitted scripts for errors and potential hacking attempts, we do not check for licensing arrangements or plagiarism. It is the responsibility of the submitting code author to confirm that they have permission to publish such content and that there are no restrictions on its usage.
This website will not be held responsible for any breach of copyright or licensing agreements if submitted content is subsequently discovered to be protected in any way. Any code found to be in breach of copyright, or intellectual property, or is submitted to the website without the permission of the intellectual property holders will be removed immediately upon notification of the defect.
Tag Cloud Submit a script
Latest Scripts Added
ASP Hit Counter in Text File (ASP)11 February 2010
This script will open up a text file and increment the value by 1. Can be used as a page specific hit counter (although using a separate google analytics profile is a better method)
ASP Replace in HTML (ASP)
10 February 2010
This function is designed to replace text in HTML strings so that only the non HTML code is replaced. If the searched for phrase is found in the body of the HTML, then the function will firstly ...
Find absolute position of element on page (Javascript)
04 February 2010
This script locates an element on the page by checking the x and y offset of each parent element and returning a two dimensional array.
Javascript round numbers two decimal places with zeros (Javascript)
04 January 2010
This function converts a number into money using two decimal places and adding zeros if the amount is a round number.
Javascript round numbers to x decimal places (Javascript)
24 September 2009
This function will round a number to a specified number of decimal places - requires the isNumeric javascript function also available on this website.
