<a href="https://israynotarray.com/" onclick="sayHi(event)">點我</a>
.box {
color: yellow
}
console.clear()
function sayHi(event) {
event.preventDefault();
window.alert('Hello Ray');
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.