Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 4th, 2004, 02:48 AM
Authorized User
 
Join Date: Apr 2004
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Default special characters in url

Hi! What if my url contains a a quotation mark? How can I make it work? I hope someone can help me out. Here's my code.

<%
    Set objWinHttp = Server.CreateObject("WinHttp.WinHttpRequest.5.1")

    objWinHttp.Open "GET", "http://localhost/start.swe?SWEExtSource=wf&SWEExtCmd=Execute&UserNa me=SADMIN&Password=SADMIN&SWEExtData=<SiebelMessag e MessageId="" MessageType="Integration Object""
%>

Thank you very much!! =)

 
Old May 4th, 2004, 03:00 AM
Authorized User
 
Join Date: Jun 2003
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, AFAIK quotation marks are not allowed in an url. Correct me if I'm wrong.

Regards,

Gerhard Wentink
 
Old May 4th, 2004, 03:05 AM
Authorized User
 
Join Date: Apr 2004
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Default

oops..i just realized that it will still work if i changed the quotation marks to single quotes..thanks gerhard!






Similar Threads
Thread Thread Starter Forum Replies Last Post
storing special special characters in nvarchar... ACE2084 SQL Server 2000 2 February 9th, 2005 11:45 AM
special characters lian_a Classic ASP Basics 3 June 23rd, 2004 05:16 AM
how to escape special characters? reddygaru XML 2 December 16th, 2003 07:13 AM
Special characters program meshteb Visual C++ 2 June 4th, 2003 09:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.