aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/alerts.html
blob: 82caddf7fb4bc027708acd8512a712680663794e (plain)
1
2
3
4
5
<html>
<body onclick="alert('This is an alert')">
<p>This is a web page. It fires an alert when clicked.
</body>
</html>