| 1234567891011121314151617 |
- <html>
- <head>
- <title>Testing Alerts</title>
- </head>
- <body>
- <h1>Testing Alerts and Stuff</h1>
- <div id="text"></div>
- <p>This tests alerts: <a href="#" id="alert" onclick="alert('cheese');">click me</a></p>
- <p>This is a test of a confirm: <a href="simpleTest.html" id="confirm"
- onclick="return confirm('Are you sure?');">test confirm</a></p>
- </body>
- </html>
|