Ajax tan gelen cevap aşağıdaki gibidir.
<title></title> <form name="downloadForm" action="gidecekadres" method="POST"> <input type="hidden" name="goreq" value="xxxxxxxxx"> <noscript> <center>Please click the submit button below.<br> <input type="submit" name="submit" value="Submit"></center> </noscript> <noscript> <center>Please click the submit button below.<br> <input type="submit" name="submit" value="Submit"></center> </noscript> </form>JS kodlarım aşağıdaki gibidir.
success : function(cevap){
$(cevap).parent().find("noscript").remove();
$("#POSSONUC").html(cevap);
}