BUG: Using Page Object to Navigate URL with Spaces Causes ErrorID: Q193999
|
When you use a Page Object Design Time Control (DTC) in a page, and you insert a thisPage.navigateURL method call using a URL that contains spaces, the following error occurs:
HTTP Error 400
400 Bad Request
Due to malformed syntax, the request could not be understood by the server. The client should not repeat the request without modifications.
Use the %20 character instead of spaces. For example, "ASP Page 1.asp" becomes "ASP%20Page%201.asp".
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
thisPage.navigateURL("ASP Page 1.asp")
Additional query words:
Keywords : kberrmsg kbCtrl kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 27, 1999