in the Web.GotText event you are using the same web component to send a post request...
my guess is, that might be the issue to receive that DOCTYPE message as second response content...
to avoid this you could add an if statement like this
if response content contains "DOCTYPE"
then display a nice error message
else do your processing
alternatively use a second web component to send the Post request
Taifun
