aboutsummaryrefslogtreecommitdiff
path: root/b.html
diff options
context:
space:
mode:
Diffstat (limited to 'b.html')
-rw-r--r--b.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/b.html b/b.html
index 4898c65..f52f079 100644
--- a/b.html
+++ b/b.html
@@ -9,6 +9,7 @@
</head>
<body>
B
-<button onclick="done(event)" id="done">Go Home</button>
+<button onclick="suc(event)" id="success1">Success</button>
+<button onclick="fail(event)" id="fail1">Fail</button>
</body>
</html>