|
I ran into a problem with javascript redirection. If there are any spaces in the Url then it cuts off everything to the right part of the space, making it immpossible to pass data via a URL for a querystring. So I developed this Little Script as a Fix. Code: ASP 3.0 & JScript |
| |
Overall Rating:
 User Rated
| |
Super useful -- keep for future reference!!!  Written by Lil Peck from Kansas (Sunday, November 23, 2003) Writer is with: http://quarter-horse-times.com
 |
Strengths: Easy to understand and adapt Weaknesses: na Details: I have several hundred image file names in a database. When users upload, they often have lots of blank spaces in their image file names which causes asp page image tags to show only the little box with an x in it. This terrific bit of code eliminates that problem and saved me from some big headaches! Review Based On: 1 Day(s) of usage |
| |
|