This web page is the home of the ?CSJSRequestObject? script. The CSJSRequestObject is a free client-side javascript function that mimics ASP's server-side Request.QueryString() command. It is designed for use in ordinary HTML pages. It allows you to easily read data in URLs after the ???. E.g. If the script has been added to the HTML source of ?somepage.html? on the ?www.example.com? webserver, then with a URL like ?http://www.example.com/somepage.html?username=bill? you can use this script to test if ?username? exists in the URL and retrieve its value (?bill?) for use in your own scripts.
Full details follow of what the script can do and how you can use it, including some live interactive working examples. This script is the only one that I know of that attempts to mirror the exact behaviour of the equivalent ASP version ? so if you're familiar with the Request.QueryString() command in ASP then you should find it very easy to use this script.
The code below creates four different progress bars. From left to right: normal bar, reverse-direction bar, rising and falling bar. In this example all controls share the same resource
curvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.
Why use curvyCorners?
Because it's easy! You can add rounded corners to your DIVs in seconds. No image editing required.
Should I use curvyCorners?
It's up to you. If you want super easy to maintain rounded corners that are fully anti-aliased with support for borders and background images and that look as good as graphically created ones then curvyCorners is for you.
This JavaScript checks if all the images in the document exists. If a particular image does not exist, that image will be replaced by a custom image! Works with IE only.
This is how it works. In IE, if a particular image does not show up, then its dimensions are 28 x 30 (without the 'alt'). So, the script checks all images with this size after removing the 'alt' tag. If such an image exists, it is a broken-image.
The only drawback is that if your image has dimensions of 28 x 30, even if it exists the script will treat it as a broken-image. But there is a solution! You can prevent the script from checking for such scripts by placing an attribute-value pair nc="1". To use the script properly, here are the guidelines :
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.