Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<!-- we are using an image for the test, but can be anything -->
<a id="testlink"
Send ping
</a>
<script type="text/javascript">
var link = document.getElementById("testlink");
link.click();
</script>
</body>
</html>