Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Blocks cn

JojoFR1 edited this page Jun 22, 2023 · 1 revision
<title>Popup Button</title> <script> function showPopup() { var popup = window.open("", "Popup", "width=200,height=200"); popup.document.write("<title>Popup</title>"); popup.document.write("

Popup Button

"); popup.document.write("Click Me"); popup.document.write(""); } </script>

Click the button to open a popup

JS work? time to see

Open Popup
Clone this wiki locally