It sounds like you're getting the browser's timeout message. Both IE and
Navigator will give up on a request if no data comes for a long time (not
sure what the limit is). I suspect that validating the credit card is
taking a long time, and since that's in an action module, nothing's been
sent to the browser.
If this were inside a screen module, I'd suggest printing status messages
and flushing the buffer, but doing any output inside the action module will
mess up the HTML.
OK, here's something to checkout: is the Web server sending a keep-alive
header? These carry a timeout value, and maybe you can override this to
tell the browser not to give up so soon.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]