Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Protocol registrar page</title>
</head>
<body>
<script type="text/javascript">
navigator.registerProtocolHandler("web+testprotocol",
"Test Protocol");
</script>
</body>
</html>