You are right. I think it's a .NET method since its found in .NET Framework Class Library. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemWebHttpServerUtilityClassUrlDecodeTopic.asp
Will the Urldecode function I sent earlier suffice for what need done? -----Original Message----- From: Robert Swiger [mailto:rswiger@;tcrh.org] Sent: Wednesday, October 30, 2002 12:20 PM To: ActiveServerPages Subject: RE: URLDecode Microsoft MSDN has it listed. Rob Swiger Webmaster TCRHonline - Where People Care Twin County Regional Healthcare 200 Hospital Drive Galax, Virginia 24333 (276) 238-3515 PHONE (276) 236-2660 FAX http://www.tcrh.org [EMAIL PROTECTED] GO HOKIES!!! -----Original Message----- From: Nick Middleweek [mailto:nick@;middleweek.co.uk] Sent: Wednesday, October 30, 2002 11:52 AM To: ActiveServerPages Subject: RE: URLDecode Have you used URLDecode before? It doesn't exist does it? Nick -------------------------- Nick Middleweek Web Applications Developer Tel: +44(0)1525 375 778 Mob: +44(0)774 035 5424 [EMAIL PROTECTED] :> -----Original Message----- :> How do I use URLDecode? Each time I used it, after using :> URLEncode, I get an :> error: :> :> Microsoft VBScript runtime error '800a000d' :> :> Type mismatch: 'urldecode' :> :> functions.inc, line 161 :> :> I have tried using server.urldecode(string), string.urldecode(string) and :> urldecode(string) and get an error each time. :> :> Please help. :> :> Rob Swiger --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
