---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- When we customize a page, we open a window with a form. After the javascript in the window submits the form, it closes the window (and focus reverts to the parent window.) This works OK on our LAN, but fails over dial-up connections. In the latter case, the request never gets to Jserv. If we keep the child window open for some period of time (a few seconds) in order for the submit request to make it all the way to our servlet for processing. This seems to be the result of some timing issue between the browser closing the child window and causing Apache to drop the request. But it is puzzling that we don't see it on our LAN. We are sure that other server architectures can handle this kind of thing. Does anyone have an explanation for why we are seeing this problem? Thanks, Bob NetFriday.com 89 South St. 2nd Floor Boston, MA 02111 617-531-3877 -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]