﻿//jQuery.get("http://localhost/myanmarelottery.com/Script Test/myanmarelotterygetresult.php", function(response) { 
//document.write(response);
//$("mmelottery_box").append("Lottery Result");
//jQuery.get("http://localhost/myanmarelottery.com/tab.html", function(response) { 
//document.write(response);//
ifrm = document.createElement("iframe");
ifrm.setAttribute("name", "iframlottery");
ifrm.setAttribute("id", "iframlottery");
ifrm.setAttribute("src", "http://www.myanmarelottery.com/myanmarelotterygetresult.php");
ifrm.setAttribute("width", "100%");
ifrm.setAttribute("height", "100%");
document.getElementById("mmelottery_box").appendChild(ifrm);

