Jump to content

Recommended Posts

Posted (edited)

Good afternoon people,

 

I am after some help with a purchase request internal order form I am trying to create. Basically Dropdown box 1 has static entries, in this case manufacturer names. I then use xmlrequests to complete the next drop down. Everything works fine in Chrome, Opera, FF but in IE it is only working for the middle 2 drop downs but not the final one.

 

The final drop down box is populated by a sql query that uses the model variable in the second drop down.

 

It is essential that I get this working with IE but i want it to be done in the cleanest way possible.

 

I have read that there is a limitation on the amount of XMLRequests possible in IE which is not present in the other browsers but don't have anything concrete to back this up, its just a response on another forum and thus havent found a solution around it.

 

I attempted to put $model into a $_SESSION and thus it would transition across pages but again this works in everything but IE :doh:

 

Any help would be much appreciated and apologies if this post doesnt make 100% sense.

Edited by JB_IT
  • 2 weeks later...
Posted

OK I've have now managed to fix this, by a combination of lots of head-scratching and reading and using the Dev tools in IE.

 

The correct page requests were being sent but my ajax code wasnt up to scratch mainly due to an lack of understanding, I had created numerous httpxml requests which was confusing things. I have now created just on GETXMLHTTP variable and now everything works as intended.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...