jQuery(document).ready(function($) { var path=window.location.toString(); var p=path.split("?"); $.ajax({ type: "GET", url: "http://phranakhongames.rmutp.ac.th/custom/control.php?"+p[1], cache: false, success: function(data){ $("#landing").html(data); }, error: function(){ alert("พบข้อผิดพลาดโปรดลองใหม่ในภายหลัง หรือติดต่อ noc@rmutp.ac.th"); } }); });