Dear all: I have a online form, some people have no problem submitting it, but there are few people have problems (Most of them has no problem). I tried at home and work no problem.
After I hitted submit buttom, I saw a "!" Triangle Sign in the lower left hand corner, then the form is submitted. Is this a problem? Again, I have no problem submitting at home and office.
I checked, they are using I.E. 6.0 128 bit, same as my computers. They told me they received HTTP 500.100 message! I am still trying to look for the problem, a advice will be very helpful! Thank you!
Quote:
| Originally Posted by mak15 Dear all: I have a online form, some people have no problem submitting it, but there are few people have problems (Most of them has no problem). I tried at home and work no problem.
After I hitted submit buttom, I saw a "!" Triangle Sign in the lower left hand corner, then the form is submitted. Is this a problem? Again, I have no problem submitting at home and office.
I checked, they are using I.E. 6.0 128 bit, same as my computers. They told me they received HTTP 500.100 message! I am still trying to look for the problem, a advice will be very helpful! Thank you! |
the triangle sign at the bottom generally means that there is a javascript error on the page ... for those that get the 500 error, they may want to turn off friendly error messages in their IE browser to see if a better error message will appear so that you can troubleshoot it better.
Was this answer helpful ?
Yes No
Quote:
| Originally Posted by mehere the triangle sign at the bottom generally means that there is a javascript error on the page ... for those that get the 500 error, they may want to turn off friendly error messages in their IE browser to see if a better error message will appear so that you can troubleshoot it better. |
Will the Javascript error interfere with the asp script when submitting? I asked another person who has problem submitting, she used wirless network from her work place. is it possible that the firewall had block her from submitting?
Was this answer helpful ?
Yes No
Quote:
| Originally Posted by mak15 Will the Javascript error interfere with the asp script when submitting? |
It all depends on what the javascript does, but generally no.
Quote:
| Originally Posted by mak15
I asked another person who has problem submitting, she used wirless network from her work place. is it possible that the firewall had block her from submitting? |
Possible, but not sure. Has she turned off Friendly Error Messages in IE to see if a better error message appears when she tries to submit?
Was this answer helpful ?
Yes No
Quote:
| Originally Posted by mak15 Will the Javascript error interfere with the asp script when submitting? I asked another person who has problem submitting, she used wirless network from her work place. is it possible that the firewall had block her from submitting? |
If the JavaScript is doing some form of validation on the data entered into the form by the users then because it is failing the chances are that any data going forward to the second page is incomplete.
Was this answer helpful ?
Yes No