I have some JavaScript code that looks like:
function statechangedPostQuestion() { //alert("statechangedPostQuestion"); if (xmlhttp.readyState==
You have to remove quotes from your setTimeOut function call like this:
setTimeOut
setTimeout(postinsql(topicId),4000);