Quote
I have written the AJAX script as follows:
function getContent(url)
{
try
{
asyncRequest=new XMLHttpRequest();
asyncRequest.onreadystatechange = stateChange;
asyncRequest.open('GET',url,true);
asyncRequest.send(null);
}
catch(exception)
{
alert('Request Failed');
}
}
after a short while we figured out he was using IE 6. The solution is known (ActiveX) and I pasted the solution example from Wikipedia.
next thing to post:
Quote
Any one please execute the correct code and and send it back to me. Still I am struggling to execute.
WTF? I gave him a sufficient explanation right away.
but it gets better. a couple of posts later:
Quote
What was the mistake done by me?
... obviously I can neither read nor write code ...

New Topic/Question
Reply



MultiQuote




|