본문으로 이동

사용자:Cheongseong9473/낙서장/plugin: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Cheongseong9473
편집 요약 없음
imported>Cheongseong9473
편집 요약 없음
5번째 줄: 5번째 줄:
aIframe.src = "https://ch9473.itch.io/thepurifygui";
aIframe.src = "https://ch9473.itch.io/thepurifygui";


document.getElementByTagName("body")[0].appendChild(aIframe);
document.getElementsByTagName("body")[0].appendChild(aIframe);

2020년 7월 7일 (화) 11:10 판

var aIframe = document.createElement("IFRAME");
aIframe.style.width = "400px";
aIframe.style.height = "300px";
aIframe.src = "https://ch9473.itch.io/thepurifygui";

document.getElementsByTagName("body")[0].appendChild(aIframe);