|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Parameter stringer interrupted |
From: |
Martin Wagner |
Date: |
7/4/2000 3:41:59 AM |
IP: |
213.33.13.7 |
Ask! Can someone help me?
Does the problem know someone?
I input a text field into a value.
Example "xxxxxx yyyyy zzzz".
In the character string are 3 blank.
I transfer that with " action =.... "
to a next screen.
Here I receive the values with
< % ID = Request,Form("User")% >
With < P > < %=User% > are displayed correctly
displayed "xxxxxx yyyyy zzzz"
transfer I the value to a text field with
<inputs type="text" name="User" value=<%=User% > >
i only see "xxxxxx".
The stringer breaks after the first BLANK
With Server.URLEncode(User) i see
"xxxxxx+yyyyy+zzzz "
mfg Martin
-- in german --
Parameterstring unterbrochen
Bitte! Kann mir jemand helfen?
Kennt das Problem jemand?
Ich gebe in einen Textfeld einen Wert ein.
Beispiel "xxxxxx yyyyy zzzz"
In der Zeichenkette sind 3 Blank.
Ich übergebe das Form und das Feld mit "action=...." an ein Folgebild.
Hier empfange ich die Werte mit <% ID = Request.Form("User")%>
Mit <P> <%=User%> wird richtig angezeigt "xxxxxx yyyyy zzzz"
Übergebe ich den Wert an ein Textfeld mit <input type="text" name="User" value=<%=User%>> wird nur mehr "xxxxxx" angezeigt.
Der String bricht nach dem ersten BLANK
Wenn ich den String mit Server.URLEncode(User) bearbeite erhalte ich "xxxxxx+yyyyy+zzzz"
Mit freundlichen Grüßen
Martin
|
Follow Up - Re: Parameter stringer interrupted - Brian Williams 7/5/2000 4:00:24 PM
|
|

|
|
|
|
|
|
|
|
|
|