Posting Acceptor Fails When Reading Incomplete Test Field

ID: Q244300


The information in this article applies to:
  • Microsoft Site Server version 3.0


SYMPTOMS

Any text field passed through Posting Acceptor that contains multiple carriage returns (/r/n) loses the data after the first carriage return.


CAUSE

The Posting Acceptor uses /r/n as a field delimiter.


WORKAROUND

Client side scripting can be used to replace /r/n with the line break tag (<BR>) as follows:


document.INPUTFORM.DESCRIPTION.Value = Replace(document.INPUTFORM.DESCRIPTION.Value,vbCrLf,"<BR>") 


STATUS

Microsoft has confirmed this to be a problem in Site Server 3.0.

Additional query words:

Keywords :
Version : winnt:3.0
Platform : winnt
Issue type : kbprb


Last Reviewed: November 5, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.