JS基本按鈕呼叫彈出視窗-03(按鈕呼叫js單純輸入對話合dialog-prompt)
JS基本按鈕呼叫彈出視窗-03(按鈕呼叫js單純輸入對話合dialog-prompt)
|
<!DOCTYPE html> <p>Click the button to demonstrate the prompt box.</p> <button onclick=”myFunction()”>Try it</button> <p id=”demo”></p> <script> </body> |
JS基本按鈕呼叫彈出視窗-03(按鈕呼叫js單純輸入對話合dialog-prompt)
|
<!DOCTYPE html> <p>Click the button to demonstrate the prompt box.</p> <button onclick=”myFunction()”>Try it</button> <p id=”demo”></p> <script> </body> |