ÿþ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <meta http-equiv="Content-Language" content="ru"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Mail</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="style.css" type="text/css" media="screen"> <script type="text/javascript"> function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { oldonload(); func(); } } } function prepareInputsForHints() { var inputs = document.getElementsByTagName("input"); for (var i=0; i<inputs.length; i++){ // test to see if the hint span exists first if (inputs[i].parentNode.getElementsByTagName("span")[0]) { // the span exists! on focus, show the hint inputs[i].onfocus = function () { this.parentNode.getElementsByTagName("span")[0].style.display = "inline"; } // when the cursor moves away from the field, hide the hint inputs[i].onblur = function () { this.parentNode.getElementsByTagName("span")[0].style.display = "none"; } } } // repeat the same tests as above for selects var selects = document.getElementsByTagName("select"); for (var k=0; k<selects.length; k++){ if (selects[k].parentNode.getElementsByTagName("span")[0]) { selects[k].onfocus = function () { this.parentNode.getElementsByTagName("span")[0].style.display = "inline"; } selects[k].onblur = function () { this.parentNode.getElementsByTagName("span")[0].style.display = "none"; } } } } addLoadEvent(prepareInputsForHints); </script> <script language="JavaScript"> // DC=:F8O ?>4AG5B0 :>;8G5AB20 AB@>: function countLines(strtocount, cols) { var hard_lines = 2; var last = 0; while ( true ) { last = strtocount.indexOf("\n", last+1); hard_lines ++; //if ( hard_lines == 5) break; if ( last == -1 ) break; } var soft_lines = Math.ceil(strtocount.length / (cols-1)); var hard = eval("hard_lines " + unescape("%3e") + "soft_lines;"); if ( hard ) soft_lines = hard_lines; return soft_lines; } // DC=:F8O 2K7K205BAO ?@8 :064>< =060B88 :;028H8 2 >1;0AB8 22>40 B5:AB0 function ResizeTextArea(the_form,min_rows) { the_form.rows = Math.max(min_rows,countLines(the_form.value,the_form.cols) +1); } </Script> </head> <body bgcolor="#ececec"> <table width="100%" bgcolor="#ececec" border="0" cellpadding="0" cellspacing="0" > <tr> <td valign="top" width="60%" > <table width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td> <div id="nifty"> <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b> <h2>>2>5 ?8AL<></h2> <form action="index.php" method="post"> <span id=send>B?@028BL</span> <dl> <dd> <input class="area" name="to" type="text" size=80 maxlength=200> <span class="hint"><b>--<09;</b> <br>>6=> ?5@5G8A;8BL 04@5A0 G5@57 ";", =5 8A?>;L7C59B5 "!"!;%:?*()" 8 ?@>15;>2.<span class="hint-pointer">&nbsp;</span></span> </dd> <br><br> <dd> <input class="area" name="name" maxlength=60 type="text" size=80 maxlength=200> <span class="hint"><b><O</b> <br>5>1O70B5;L=>5 ?>;5<span class="hint-pointer">&nbsp;</span></span> </dd> <br><br> <dd> <input class="area" name="subject" type="text" size=80 maxlength=200> <span class="hint"><b>"5<0 A>>1I5=8O</b> <br>2548B5 B5<C A>>1I5=8O<span class="hint-pointer">&nbsp;</span></span> </dd> <br><br> <dd> <textarea class="area" name="text" rows="3" cols="70" onKeyUp="ResizeTextArea(this,2);"></textarea> </dd> </dl> <br><br><br><br> <input type="submit" class="sub" value="Submit Email" name="mailsend">&nbsp; <input type="submit" class="sub" value="Translit" name="translit"> </FORM> <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b> </div> </td> </tr> </table> </td> </tr> </table> </body> </html>