$(document).ready(function(){ $.ajax({ url: "https://www.shl1978.com/system/common_popup.asp?cid=0750", cache: true, async: true, contentType: "application/x-www-form-urlencoded; charset=MS949", dataType: "html", success: function(m) { if(m.length) { $("body").append(m); } } }); });