CINXE.COM
Prefix [1908] Not Found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Prefix [1908] Not Found</title> </head> <body bgcolor="#ffffff"> <img src="/static/images/res_tool.gif" width="270" height="40" alt="Handle.net Logo"> <p>The handle you requested, <b><i>1908/2453</i></b>, could not be found.</p> <p>This handle prefix is currently inactive.</p> <!-- HAS_NS_MSG -> NS_STATUS_MSG -> This handle prefix is currently inactive. NS_STATUS -> inactive --> <hr noshade width="80%" size="1"> <br><br> <p><strong><em><small> <a href="/help.html">Handle Proxy Server Documentation</a><br> <a href="https://www.handle.net/">Handle.net Web Site</a> </small> </em></strong></p> <script type="text/javascript"> async function submitHandleNotFound(event) { event.preventDefault(); document.getElementById("errorNotification").style.display = "none"; document.getElementById("successNotification").style.display = "none"; document.getElementById("invalidEmail").style.display = "none"; document.getElementById("fallback").style.display = "none"; const missingHandle = document.getElementById('missingHandle'); const referringPage = document.getElementById('referringPage'); const userEmailAddress = document.getElementById('userEmailAddress'); const comments = document.getElementById('comments'); const handleNotFoundRequest = { handle: missingHandle.value, reporterEmail: userEmailAddress.value, referringUrl: referringPage.value, additionalInfo: comments.value }; if (!validateEmail(handleNotFoundRequest.reporterEmail)) { document.getElementById("invalidEmail").style.display = "block"; return; } else { document.getElementById("invalidEmail").style.display = "none"; } const serviceUrl = "https://handle-not-found.epf.net/objects/?type=HandleNotFound&full"; try { document.getElementById("sendButton").disabled = true; document.getElementById("sendButton").value = "Sending..."; const response = await fetch(serviceUrl, { method: 'post', headers: { 'Accept': 'application/json, text/plain, */*', 'Content-Type': 'application/json' }, body: JSON.stringify(handleNotFoundRequest) }); const result = await response.json(); document.getElementById("errorNotification").style.display = "none"; document.getElementById("successNotification").style.display = "block"; document.getElementById("sendButton").style.display = "none"; document.getElementById("fallback").style.display = "none"; } catch (error) { document.getElementById("sendButton").disabled = false; document.getElementById("sendButton").value = "Submit Error Report"; document.getElementById("errorNotification").style.display = "block"; document.getElementById("successNotification").style.display = "none"; document.getElementById("fallback").style.display = "block"; } } function validateEmail(email) { const regEx = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; return regEx.test(email); } </script> </body> </html>