Posted in JSON

Javascript – Posting using json

$.post(‘inl_sev_004_J_skp.php’,{

“QUESTION” : question,
“YN” : yn,
“COMMENTONLY” : commentonly,
“DEPT” : dept,

“event” :’STOOR’}, function(response) {

// alert (“Javascript object – response : ” + JSON.stringify(response, null, 4));

}

}, ‘json’)