카테고리 없음

docu object

happy7789 2025. 4. 2. 16:46

https://www.w3schools.com/Jsref/tryit.asp?filename=tryjsref_doc_open2 -

https://www.w3schools.com/Jsref/tryit.asp?filename=tryjsref_doc_open2 -

<!DOCTYPE html>
<html>
<body>

<h1>The Document Object</h1>
<h2>The open() and close() Methods</h2>

<p>Click "Open" to open a document in a new window, write some text to it and close it:</p>

<button onclick="myFunction()">Try it</button>

<script>
function myFunction() {
  const myWindow = window.open();
  myWindow.document.open();
  myWindow.document.write("<h1>Hello WorldHello World!/////////////////////////////////////// 공지 [안내] 2025년 1월 2일부터 IMAP/POP3 로그인에 2단계 인증이 필수 적용됩니다 .......... 특 겨울철 생강은 몸을 따뜻하게 해주고 열을 내는 성분을 함유하고 , 혈액순환을 촉진하다 -복사함 http://trio.co.kr/club/img/plant/flower/tulip01.jpg - ///////////////////////////////////////////// 편집이 안되네 //////////////그래서 당분간 html 에 저장한다요 !/////// https://www.google.com/search?q=%ED%8C%8C%EC%9D%B4%EC%8D%AC%EC%9C%BC%EB%A1%9C+%EB%A1%9C% EB%98%90%EB%B3%B5%EA%B6%8C+%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8+%EB%A7%8C%EB%93%A4%EA%B8%B0&oq= %ED%8C%8C%EC%9D%B4%EC%8D%AC%EC%9C%BC%EB%A1%9C+%EB%A1%9C%ED%86%A0%EB%B3%B5%EA%B6%8C&gs_lcrp= EgZjaHJvbWUqCQgDECEYChigATIGCAAQRRg5MgkIARAhGAoYoAEyCQgCECEYChigATIJCAMQIRgKGKAB0gEKMzIxMjFq MGoxNagCALACAA&sourceid=chrome&ie=UTF-8 ///////////////////////////////////////////////////////로토복권타기 - https://www.ajunews.com/view/20250115000814824 - happy2025 ! https://deepai.org/gallery-item/a7068f6a547e49678e85604ae866dbb3/a-lovely-girl-playing-the-piano-in-a-snowy-village.jpg.html - https://api.deepai.org/job-view-file/2f1fd11c-0108-4741-8431-9e53ee885afc/outputs/output.jpg - https://deepai.org/machine-learning-model/text2img - http://a.to/25jgIr2 - text to image - /////////////////////////////// 2025-01-14 https://i0.wp.com/travelwithkarla.c///////////////!</h1>");
  myWindow.document.close();
}
</script>



</body>
</html>