﻿//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", "iframmobile");
ifrm.setAttribute("id", "iframmobile");
ifrm.setAttribute("src", "http://www.myanmardaily.net/mobile/index2.html");
ifrm.setAttribute("width", "100%");
ifrm.setAttribute("height", "100%");
document.getElementById("mobile.myanmardaily.net").appendChild(ifrm);

