Posting Acceptor Fails When Reading Incomplete Test Field (244300)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q244300

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 that this is a problem in Site Server 3.0.

Modification Type:MajorLast Reviewed:10/22/2002
Keywords:kbprb KB244300