Originally posted by nirmalsingh
Tell me the length of url by alerting that url.
Is that more than "1350"?
[code=javascript]
alert(url.lengt h); //after setting all parameters how long it is ....
[/code]
If it is then, try this one ..............
[code=javascript]
termsxmlHttp.op en("POST",url,t rue);
termsxmlHttp.on readystatechang e=termsstateCha nged;
termsxmlHttp.se tRequestHeader( 'Content-Type', 'application/x-www-form-urlencoded');
termsxmlHttp.se nd(url);
[/code]
Debasis Jana
Comment