| Matrix28 > ASP > Random Items (Text only) |
|
ASP random images | Write review | Report error | Discuss/get help on this script in our forums Random images are great for making a page look unique from others in the same template. This script will call an .asp page from inside an image tag in .html. A random number between one and ten is chosen and the resultant image is the image contained in the corresponding array. |
|
ASP random five letters | Write review | Report error | Discuss/get help on this script in our forums Many places on the web that invite users to register at their site never are certain who registered an e-mail address. To help ensure that the owner of the e-mail address is the actual one entering data into their site often an automatic e-mail is sent with a unique password. The following example will produce five lowercase random letters. Refresh the content of the output page a few times for a more complete illustration. |
|
ASP random letter | Write review | Report error | Discuss/get help on this script in our forums Producing a random letter is almost as easy to accomplish as producing a random number. When producing a random letter the first question you need to answer is do you want a random upper or lower case letter. The example below will produce a random number between 0 and 26 and that value will have 97 added to it to produce a number between 97 and 122. A letter from the list of special characters is placed in the random_letter variable. Uppercase letters can be created by changing the 97 to 65. Refresh the content of the output page a few times for a more complete illustration. |
|
Random number | Write review | Report error | Discuss/get help on this script in our forums The ability to produce a random number is an incredibly useful tool. The following example will produce a random number between 1 and 9. The limits are set by the numeric value placed after the asterisk int(rnd*9) and the +1 ensures the range to be no lower than 1. Refresh the content of the output page a few times for a more complete illustration. |
|
ASP Random redirect | Write review | Report error | Discuss/get help on this script in our forums This ASP script (aspredirect.asp) was designed for random URL redirection. In the simple ASP code provided you may enter your URL listings. When the ASP script is called it will randomly redirect to a URL in your URL listing. Can also be used for static redirects. You can link to the ASP script (aspredirect.asp) directly, Use it in an auto redirect and random redirect situation and more. In fact this script was designed to and for automatically and randomly redirecting to pages within one Domain. There are many uses for this script. To use simply replace the URL's in the asp script and then link to the asp script in the fashion desired. Enjoy~ |
|
ASP Random Quotes by Expinion.net | Write review | Report error | Discuss/get help on this script in our forums Free script for random text. |
| Page 1 | Page 2 |