Hi Mike, The circumstances you are describing can happen if your HTML is malformed, causing the FORM posting operation to error and not actually send anything. HTML errors are not as obvious like JavaScript ones that can popup a notice.
If your problem appears random - maybe it has something do with some dynamically Witango generated HTML that is missing something, or adding too much of something. HTML errors like this can be caused by simple things like a missing attribute quote, e.g., <FORM METHOD="POST ACTION="<@APPFILE"> If you really want to trouble-shoot the post arguments being sent, I can recommend the following link: http://www.pocketsoap.com/tcptrace/ Although this sights list four different Trace tools used primarily for SOAP debugging - it still shows all your HTTP Header traffic and normal webpage transactions, and would tell you whether your post arguments are actually posting. Note: These tools can just be installed on a Windows Desktop that has your browser (any type), and are not required on the Server. Hope this helps. Cheers.... ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 2:33 AM Subject: Witango-Talk: Form Post args missing > Any help greatly appreciated. > > I have a form with method set to post, and when it is submitted to the > server the post args are not received by Witango. I check using <@CGIPARAM > NAME="POST_ARGS"> and nothing appears. This problem only occurs Sometimes > and randomly on different forms from the one application. > > Setup : > Tango 2000 Application Server (Corporate Edition) 4.05.047 Windows 2000 > Server IIS 5.0 > > I am wondering is there any way of getting IIS to log post args (length) it > receives or anything that might give me a clue to the problem? Would > permission problems cause this? > > Regards > Mike. > > > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
