Spudhead
09-17-2002, 12:30 PM
Hi,
I'm dropping info into a database using JSCRIPT. I'm using the escape() function - a form value entered as "John Smith" would enter the database as "John%20Smith".
I need to get that data back out using VBSCRIPT.
AFAIK, there's no unescape() function in VBSCRIPT. What's the equivalent? How can I get the value back out as "John Smith"?
Ta :)
I'm dropping info into a database using JSCRIPT. I'm using the escape() function - a form value entered as "John Smith" would enter the database as "John%20Smith".
I need to get that data back out using VBSCRIPT.
AFAIK, there's no unescape() function in VBSCRIPT. What's the equivalent? How can I get the value back out as "John Smith"?
Ta :)