hi, I have a simple page that accepts a few text fields and then the visitor hits a submit button to be taken to an asp page. the form method is POST and action is an asp page...
when using IE everything works perfect; however when someone with Netscape 4.x or lower comes to the site and tries it they get an error message that says "The Network is Busy."
If i change to the GET method everything works fine but of course the values of the form are in the url string, so I would rather not do that ... can someone help me debug this?
thanks ... an example of what i am talking about is
thanks
when using IE everything works perfect; however when someone with Netscape 4.x or lower comes to the site and tries it they get an error message that says "The Network is Busy."
If i change to the GET method everything works fine but of course the values of the form are in the url string, so I would rather not do that ... can someone help me debug this?
thanks ... an example of what i am talking about is
thanks