Closed
Bug 285246
Opened 20 years ago
Closed 19 years ago
When we XMLHTTP script for the server side transaction but it is not supported by the browsers
Categories
(Core :: XML, enhancement)
Core
XML
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: samirehman, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Build Identifier: In this page at http://www.fashional.be/authorizedforms/frmSelectmodel.aspx/, we are requiring server side transactions, we have to insert the data and fetch the data from the database.for this we are using XMLHTTP script but this XMLHTTP script is not supported by the browsers except Internet Explorer. Reproducible: Always Steps to Reproduce: 1. New user create their new account through new user signup page 2. User Redirected to Home page and go to create model link. 3. In this page at http://www.fashional.be/authorizedforms/frmSelectmodel.aspx/, we call XMLHTTP script to access the data from the server. Actual Results: Internet Explorer support XMLHTTP script but other than IE no other browser support XMLHTTP Script. Expected Results: It should be supported by all other browsers as well and if it doesn't whats the alternative.
Comment 1•20 years ago
|
||
Have you thought about developing your application in a cross-browser compatible way?
Assignee: justdave → general
Group: webtools-security
Component: bugzilla.org → General
Product: Bugzilla → Mozilla Application Suite
QA Contact: default-qa → general
Comment 2•20 years ago
|
||
mozilla supports XMLHTTPRequest. what are you actually asking?
I'd like to note that Safari supports it as well, as does Konqueror, and afaik
also recent Opera versions so your claim:
>other than IE no other browser support XMLHTTP Script.
is wrong.Assignee: general → xml
Component: General → XML
Product: Mozilla Application Suite → Core
QA Contact: general → ashshbhatt
Version: unspecified → Trunk
| Reporter | ||
Updated•20 years ago
|
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•