Try using the server.HTMLEncode() and server.URLEncode() functions to 
response.write what is submitted: e.g.

 strInput = Server.URLEncode(request.form("[your form anme]"))
response.write(strInput) and see what you get.
----- Original Message ----- 
From: "bef218" <[EMAIL PROTECTED]>
To: <AspClassicAnyQuestionIsOk@yahoogroups.com>
Sent: Friday, August 12, 2005 4:11 PM
Subject: [AspClassicAnyQuestionIsOk] Problem with trailing charaters


> Group,
> I have a text area that people are putting data in.  That data is
> sometimes getting blank characters(or some kind of character).  You
> can't see it.  Anyway, I have tried using ASP's Trim funtion but that
> didn't work.  Could someone maybe tell me what kind of (hidden maybe)
> ascii character to maybe look for?
>
> What I mean is, if you position your cursor at the end of the text in
> the text area, the cursur is right at the end (where it should be).
> But, if you select the text, you'll see a blank character at the end
> of the line.
>
> Does any of this make sense?
>
> Thanks,
> Barry
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
> 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hp23bi7/M=362335.6886445.7839731.1510227/D=groups/S=1705006764:TM/Y=YAHOO/EXP=1124119993/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/";>In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!</a>.</font>
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to