A
Abubakar
Hi,
I wrote some ajax script. And in it I have the following statement written:
ax.setRequestHeader("Content-length", params.lengths);
It worked pretty well in every browser (chrome, ff, ie7/8), but when I
accessed the page on IE6 version : "6.0.2900.2180.xpsp_sp2_rtm.040803-2158"
(plz note the 040803-2158 in the end), I got an "Invalid procedure call or
argument" and the script fails. Now I somehow got access to the Microsoft
Script Debugger on that machine and it showed me the above line was the
culprite. So I commented the line and retried accessing the page and it
worked just fine. I have gone through many use cases of my website and so
far no problem with the line being commented. So I just wanted to know that
now I'm not specifying any content-length, can it cause any problems?
Thanks,
...ab
I wrote some ajax script. And in it I have the following statement written:
ax.setRequestHeader("Content-length", params.lengths);
It worked pretty well in every browser (chrome, ff, ie7/8), but when I
accessed the page on IE6 version : "6.0.2900.2180.xpsp_sp2_rtm.040803-2158"
(plz note the 040803-2158 in the end), I got an "Invalid procedure call or
argument" and the script fails. Now I somehow got access to the Microsoft
Script Debugger on that machine and it showed me the above line was the
culprite. So I commented the line and retried accessing the page and it
worked just fine. I have gone through many use cases of my website and so
far no problem with the line being commented. So I just wanted to know that
now I'm not specifying any content-length, can it cause any problems?
Thanks,
...ab