CINXE.COM
Tonic - Edit Customer Information
<html> <head> <title>Tonic - Edit Customer Information</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 ( !testhandle(form) ) return false; if ( !testpassword(form) ) return false; return true; } // Check the handle field function testhandle(form) { str = form.handle.value; len = str.length; // fail if handle blank, unless the rest of customer info is OK if ( str == "" ) { alert("\nYour Tonic customer handle is blank.\n\nPlease enter either a Tonic customer handle."); form.handle.focus(); return false; } // fail if handle did not start with A-Z or end with 0-9 if (!( (str.substring(0,1)<"a" || str.substring(0,1)>"z" ) ^ (str.substring(0,1)<"A" || str.substring(0,1)>"Z" )) || str.substring(len-1,len)<"0" || str.substring(len-1,len)>"9" ) { if (str.substring(0,1)!="'") { alert("\nYour Tonic customer handle must start with a letter A-Z\nand ends with a number 0-9\nPlease re-enter your Tonic customer handle."); form.handle.select(); form.handle.focus(); return false; } } // fail if all characters are not A-Z, or 0-9 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 != "'" ) && (ch != "-") && (ch < "0" || "9" < ch)) { alert("\nYour Tonic customer handle must consist entirely of letters and numbers\n\nPlease re-enter your Tonic customer handle."); form.handle.value = ""; form.handle.focus(); return false; } } return true; } function testpassword(form) { str = form.password.value; // fail if Master Password blank if ( str == "" ) { alert("\nYour Master Password is blank.\n\nPlease enter your Master Password."); form.password.focus(); return false; } return true; } // --> </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_editi.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">Edit Customer Info</font> </h2> <p>By entering your Tonic Customer Handle and Master Password here, you can edit all of your customer information.</p> <form action="https://www.tonic.to/editcust.htm?66G1BA97;;;" method="POST" name="custform" onSubmit="return testall(this);"> <input type="hidden" name="command" value="editcustomer"><input type="hidden" name="error" value="badpass.htm"><table border="0" width="333"> <tr> <td align="right">Customer Handle: </td> <td><input type="text" size="20" name="handle"></td> </tr> <tr> <td align="right">Master Password: </td> <td><input type="password" size="20" name="password"></td> </tr> </table> <p>Press the submit button to continue.</p> <input type="image" src="images/global/submit.gif" name="B1" value="Submit" border=0 align=right> </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"><img height=28 width=106 src="images/sub/on_editi.gif" border=0 alt="Edit Info" ></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=lock.html> </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:'9253f0972f2a3fc8',t:'MTc0Mjc5NTkzOC4wMDAwMDA='};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>