CINXE.COM
Tonic Name Renewal
<html> <head> <title>Tonic Name Renewal</title> <Script Language="JavaScript"> <!-- function changeButt(defaultImage, defaultNumber){ // ignore fancy icon crap if not Netscape >= 3.0 var thisBrowser=navigator.appName; var theBrowserVersion=navigator.appVersion; if (thisBrowser.charAt(0) == "N" && theBrowserVersion.charAt(0) >= 3) { document.images[defaultNumber].src = defaultImage } } // Check all fields function testall(form) { if ( !testsld(form) ) return false; return true; } // Check the sld form function testsld(form) { str = form.sld.value; len = str.length; // WebTV JavaScript is busted var thisBrowser=navigator.appName; if (thisBrowser.charAt(0) == "W" ) { return true; } // fail if sld blank if ( str == "" ) { alert("\nThe domain name is blank.\n\nPlease enter your domain name."); document.sldform.sld.focus(); return false; } // fail if user ended with .com if ( str.substring(len-4,len-3) == '.' && str.substring(len-3,len-2) == 'c' && str.substring(len-2,len-1) == 'o' && str.substring(len-1,len) == 'm' ) { alert("\nPlease do not include .com\n\nAll Tonic names end in '.to'"); form.sld.value = str.substring(0,len-4); document.sldform.sld.focus(); return false; } // fail if user ended with .to if ( str.substring(len-3,len-2) == '.' && str.substring(len-2,len-1) == 't' && str.substring(len-1,len) == 'o' ) { alert("\nPlease do not include .to\nIt is automatically appended."); form.sld.value = str.substring(0,len-3); document.sldform.sld.focus(); return false; } // fail if sld contains any '.' if ( str.indexOf('.', 0) != -1) { alert("\nPlease do not include any '.' in your domain name."); form.sld.value = ""; document.sldform.sld.focus(); return false; } // fail if sld is >63 characters if ( str.length > 63 ) { alert("\nDomain name must be less than 63 characters."); form.sld.value = ""; document.sldform.sld.focus(); return false; } // fail if characters are not a-z, A-Z, 0-9, or a '-' for ( var i = 0; i < str.length; i++ ) { var ch = str.substring(i, i + 1); if (((ch < "a" || "z" < ch) && (ch < "A" || "Z" < ch) && (ch < "0" || "9" < ch)) && ch != '-') { alert("\nYour domain name must consist entirely of letters, numbers,\nand the character '-'\n\nPlease re-enter your domain name."); form.sld.value = ""; document.sldform.sld.focus(); return false; } } return true; } // on document load, set initial focus function loadDoc() { // initial focus document.sldform.sld.focus(); return; } // --> </script> </head> <body background="images/global/blue_bg.gif" link="#660000" vlink="#003366" text="#ffffff"> <!--sub menu navigation--> <table border=0 cellspacing=0 cellpadding=0 width=545> <!-- netscape table workaround (collapsing columns) --> <tr valign="top" align="left"> <td colspan=1 width=89><img src="images/global/pixel.gif" width=89 height=1 border=0></td> <td colspan=1 width=106><img src="images/global/pixel.gif" width=106 height=1 border=0></td> <td colspan=1 width=17><img src="images/global/pixel.gif" width=17 height=1 border=0></td> <td colspan=1 width=233><img src="images/global/pixel.gif" width=233 height=1 border=0></td> <td colspan=1 width=100><img src="images/global/pixel.gif" width=100 height=1 border=0></td> <td colspan=1 width=0><img src="images/global/pixel.gif" width=0 height=1 border=0></td> </tr><tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=96 width=195 src="images/sub/logo.gif" border=0></td> <td colspan=2 rowspan=2 width=250 align="center" valign="center"><img height=125 width=250 src="images/sub/top.gif" border=0" ></td> <td colspan=2 height=96></td></tr> <tr valign="top" align="left"> <td colspan=1 rowspan=4 width=89 align="center" valign="center"><img height=87 width=89 src="images/sub/3d_new.gif" border=0></td> <td colspan=1 rowspan=1 width=106 align="center" valign="center"><a href="index.html" onMouseOver="changeButt('images/sub/ro_home.gif', 'home'); return true" onMouseOut="changeButt('images/sub/up_home.gif', 'home')"><img height=29 width=106 src="images/sub/up_home.gif" name="home" border=0 alt="Home" ></a></td> <td colspan=2 height=29></td></tr> <tr valign="top" align="left"> <td colspan=1 rowspan=2 width=106 align="center" valign="center"><a href="newname.htm" onMouseOver="changeButt('images/sub/ro_new.gif', 'new'); return true" onMouseOut="changeButt('images/sub/up_new.gif', 'new')"><img height=30 width=106 src="images/sub/up_new.gif" name="new" border=0 alt="New Name" ></a></td> <td colspan=4 height=1></td></tr> <tr valign="top" align="left"> <td colspan=1></td> <td colspan=2 rowspan=8 width=333> <!-- page content goes here --> <h2><font color="#003366" face="Arial">Enter the Domain Name you wish to renew </font></h2> <form action="https://www.tonic.to/renewcustform1.htm?D2FG2EAA;;;" method="POST" name="sldform" onSubmit="return testall(this);"> <input type="hidden" name="command" value="sldrenewal"> <p>Enter your domain name (without the <strong>.to</strong> extension) and press the Submit button.</p> <!-- not working yet 6/1/99 ERL <p> [If you need to renew many names at once, you will find it easier to do that <a href="multirenewal.htm">here</a>] --> <p align="left"><input type="text" size="26" name="sld"> <input type="image" src="images/global/submit.gif" name="B1" value="Submit" border=0 align=right> </p> </form> <!-- end page content --> <td colspan=1 height=29></td></tr> <tr valign="top" align="left"> <td colspan=1 rowspan=1 width=106 align="center" valign="center"><a href="custdoor.htm" onMouseOver="changeButt('images/sub/ro_editi.gif', 'editi'); return true" onMouseOut="changeButt('images/sub/up_editi.gif', 'editi')"><img height=28 width=106 src="images/sub/up_editi.gif" name="editi" border=0 alt="Edit Info" ></a></td> <td colspan=1></td> <td colspan=1 height=28></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><a href="dnsdoor.htm" onMouseOver="changeButt('images/sub/ro_editd.gif', 'editd'); return true" onMouseOut="changeButt('images/sub/up_editd.gif', 'editd')"><img height=28 width=195 src="images/sub/up_editd.gif" name="editd" border=0 alt="Edit DNS" ></a></td> <td colspan=1></td> <td colspan=1 height=28></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><a href="changepw.htm" onMouseOver="changeButt('images/sub/ro_pass.gif', 'pass'); return true" onMouseOut="changeButt('images/sub/up_pass.gif', 'pass')"><img height=26 width=195 src="images/sub/up_pass.gif" name="pass" border=0 alt="Passwords" ></a></td> <td colspan=1></td> <td colspan=1 height=26></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><a href="deletedom.htm" onMouseOver="changeButt('images/sub/ro_delete.gif', 'delete'); return true" onMouseOut="changeButt('images/sub/up_delete.gif', 'delete')"><img height=27 width=195 src="images/sub/up_delete.gif" name="delete" border=0 alt="Delete Name" ></a></td> <td colspan=1></td> <td colspan=1 height=27></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=47 width=195 src="images/sub/bottom.gif" border=0></td> <td colspan=1></td> <td colspan=1 height=47></td></tr> <tr valign="top" align="left"> <td colspan=2 rowspan=1 width=195 align="center" valign="center"><img height=81 width=195 src="images/sub/nolock.gif" border=0 usemap="#lock"></td> <td colspan=1></td> <td colspan=1 height=81></td></tr> <tr valign="top" align="left"> <td colspan=3></td> <!--table height spec.--> <td colspan=1 height=2000></td></tr> <tr valign="top" align="left"> <td colspan=6 height=0></td></tr> </table> <map name="lock"> <area shape=rect coords= "77,2 118,40" href=mailto:hostmaster@tonic.to> <area shape=rect coords= "41,2 74,40" href=faq.htm> <area shape=rect coords= "4,2 39,41" href=faq.htm> </map> <br><br><br><br><br> <!--preload images--> <script language="JavaScript"> <!--- // ignore fancy icon crap if not Netscape >= 3.0 var thisBrowser=navigator.appName; var theBrowserVersion=navigator.appVersion; if (thisBrowser.charAt(0) == "N" && theBrowserVersion.charAt(0) >= 3) { document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_new.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_editi.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_editd.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_pass.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_delete.gif" + '"' + ">"); document.write("<img width=1 height=1 src=" + '"' + "images/sub/ro_home.gif" + '"' + ">"); } // --> </script><BR> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9252ce7ede28ab43',t:'MTc0Mjc4NDA1Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body></html>