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
Any help would be much appreciated and apologies if this post doesnt make 100% sense.