• Файл: crossnet.html
  • Полный путь: https://files.multura.space/qiwi/interface_old-osmp_v2.7.8/site/crossnet.html
  • Дата изменения: 10/09/2015 5:24 PM
  • Размер файла: 10.96 KB
  • MIME-тип: text/html
  • Кодировка: 8 bit
 
Открыть Назад
<html>

<head>
<META http-equiv="Refresh" content="180; URL=index.html">
<META HTTP-EQUIV=Pragma CONTENT=no-cashe>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
	<title>Untitled</title>
	<script src="reklama.js"></script>
</head>
<body leftmargin=0 bottommargin=0 rightmargin=0 topmargin=0 onLoad="press('c'); reklama('stream')">
<style>
.t_b{font-size:20;color:368DC4;font-family:arial}
.t_w{font-size:20;color:white;font-family:arial}
.inp{
	font-family : arial;
	color : A61D00;
	font-size : 45;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom-width : 0;
	border-width : 0;
	background-color: f0f0f0;
	border-style : none;
	font-weight : bold;
	text-align : center;
	text-valign : middle;
}
.cname{
	font-family : arial;
	color : white;
	font-size : 20;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom-width : 0;
	border-width : 0;

	background-color: 368DC4;
	border-style : none;
	font-weight : bold;
	text-align : center;
	text-valign : middle;
}

.t1 {font-family : arial; font-size : 30;
	color : A61D00;}
</style>

<script>

var x = '';

var pos1=3;

var pos2=6;

var pos3=9;

var cur_win=1;

function press(digit) {
     
	if (digit == 'c') 
	{
		x='';

	 	pos1 = 3;

	 	pos2 = 6;

	 	pos3 = 9;

	 	cur_win=1;

	}

	else if (digit == 'bs') {

		x = x.substring(0,x.length-1);

		if(x.length < pos1 ) { cur_win=1; pos1=3;}

		if(x.length < pos2 ) { cur_win=2; pos2=6;}

		if(x.length < pos3 ) { cur_win=3; pos3=9;}

		if(x.length < 12 ) { cur_win=4;}

	}

	else {
		if (x.length < 12)
		{
			if(cur_win==2){

				oip2 = x.substring(pos1,pos2);

				if(oip2.length<3)	x = x + digit;

			}

			if(cur_win==3){

				oip3 = x.substring(pos2,pos3);

				if(oip3.length<3)	x = x + digit;


			}

			if(cur_win==4){

				oip4 = x.substring(pos3,12);

				if(oip4.length<3)	x = x + digit;

			}

			else			x = x + digit;
		}
	}
     
	ff.ip1.value = '';

	ff.ip2.value = '';

	ff.ip3.value = '';

	ff.ip4.value = '';

	oip1 = x.substring(0,pos1);

	oip2 = x.substring(pos1,pos2);

	oip3 = x.substring(pos2,pos3);

	oip4 = x.substring(pos3,12);


	ff.ip1.value = oip1;

	ff.ip2.value = oip2;

	ff.ip3.value = oip3;

	ff.ip4.value = oip4;


	ff.getAccountNumber.value = oip1 + "." + oip2 + "." + oip3 + "." + oip4;

     
	if (x.length < pos1){

		document.ip1.src='img/set_1.gif';

		document.ip2.src='img/set_0.gif';

		document.ip3.src='img/set_0.gif';

		document.ip4.src='img/set_0.gif';

		return;

	}

	if (x.length < pos2){

		document.ip1.src='img/set_0.gif';

		document.ip2.src='img/set_1.gif';

		document.ip3.src='img/set_0.gif';

		document.ip4.src='img/set_0.gif';

		return;

	}

	if (x.length < pos3){

		document.ip1.src='img/set_0.gif';

		document.ip2.src='img/set_0.gif';

		document.ip3.src='img/set_1.gif';

		document.ip4.src='img/set_0.gif';

		return;

	}





   
	if (x.length > 6){

		document.next.src='img/continiue.gif';

	}

	else{

		document.next.src='img/set_0.gif';}
	}


function tab(){

	if(x.length==0) {

		cur_win=1;

		document.ip1.src='img/set_1.gif';

		document.ip2.src='img/set_0.gif';

		document.ip3.src='img/set_0.gif';

		document.ip4.src='img/set_0.gif';

		return;

	};

	if(cur_win==1)
	{
		pos1=x.length;

		cur_win=2;

		document.ip1.src='img/set_0.gif';

		document.ip2.src='img/set_1.gif';

		document.ip3.src='img/set_0.gif';

		document.ip4.src='img/set_0.gif';

		return;


	}

	if(cur_win==2)
	{
		pos2=x.length;

		cur_win=3;

		document.ip1.src='img/set_0.gif';

		document.ip2.src='img/set_0.gif';

		document.ip3.src='img/set_1.gif';

		document.ip4.src='img/set_0.gif';

		return;

	}

	if(cur_win==3)
	{
		pos3=x.length;

		cur_win=4;

		document.ip1.src='img/set_0.gif';

		document.ip2.src='img/set_0.gif';

		document.ip3.src='img/set_0.gif';

		document.ip4.src='img/set_1.gif';

		return;

	}

	else
	{
		cur_win=1;

		document.ip1.src='img/set_1.gif';

		document.ip2.src='img/set_0.gif';

		document.ip3.src='img/set_0.gif';

		document.ip4.src='img/set_0.gif';

		return;
	}

}

function gonext() {

	if (x.length > 6){

			location.href='enter_sum.html';

			}

	}

</script>


<table width="100%" height="97%" border="0" cellpadding="0" cellspacing="0">
	<tr><td name="rek" id="rek"></td></tr>
<tr>
	<td>
	<table width="100%" height="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td valign="top">
		<br>
		<br><br>
		<img src="img/enter_number.gif"  border="0">
		<br><br>
		<br>
		
		<br>
		<font class="t1"><strong>
		<br>
		</strong></font>	
		<form name="ff" action="validate_confirm.html" method="post">

		<input type=hidden name=nextPage value="enter_sum.html">
		<input type=hidden name=getAccountNumber>

		<table cellpadding="0" cellspacing="0">
		<tr>
			<td>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
			<td>
	
			<table cellpadding="0" cellspacing="0">
			<tr><td height=5 colspan=8></td></tr>
		<tr class="t_b">
		    <td></td>
		    <td colspan=3>  IP</td>
		    <td></td>
		    <td colspan=2></td>
		    <td></td>
		</tr>
		<tr><td colspan=8 height=7></td></tr>
		<tr bgcolor="#f0f0f0">

			<table cellpadding="0" cellspacing="0" border="0" width="600">

				<tr>

				<td width="11"><img src="./img/in_left.gif" width="11" height="65"></td>

				<td bgcolor="#f0f0f0" align="center"><input type="text" name="ip1" maxlength="3" style="width:100;height:55;" class="inp"></td>

				<td width="11"><img src="./img/in_right.gif" width="11" height="65"></td>

				<td width="10"></td>

				<td width="11"><img src="./img/in_left.gif" width="11" height="65"></td>

				<td bgcolor="#f0f0f0" align="center"><input type="text" name="ip2" maxlength="3" style="width:100;height:55;" class="inp"></td>

				<td width="11"><img src="./img/in_right.gif" width="11" height="65"></td>

				<td width="10"></td>

				<td width="11"><img src="./img/in_left.gif" width="11" height="65"></td>

				<td bgcolor="#f0f0f0" align="center"><input type="text" name="ip3" maxlength="3" style="width:100;height:55;" class="inp"></td>

				<td width="11"><img src="./img/in_right.gif" width="11" height="65"></td>

				<td width="10"></td>

				<td width="11"><img src="./img/in_left.gif" width="11" height="65"></td>

				<td bgcolor="#f0f0f0" align="center"><input type="text" name="ip4" maxlength="3" style="width:100;height:55;" class="inp"></td>

				<td width="11"><img src="./img/in_right.gif" width="11" height="65"></td>

				</tr>


				<tr>

				<td colspan="3" align="center"><img border="0" id="ip1" name="ip1" src="./img/set_0.gif"></td>

				<td width="5"></td>

				<td colspan="3" align="center"><img border="0" id="ip2" name="ip2" src="./img/set_0.gif"></td>

				<td width="5"></td>

				<td colspan="3" align="center"><img border="0" id="ip3" name="ip3" src="./img/set_0.gif"></td>

				<td width="5"></td>

				<td colspan="3" align="center"><img border="0" id="ip4" name="ip4" src="./img/set_0.gif"></td>

				</tr>

			</table>

		</tr>


		<tr align="center">
			<td height=2></td>

		</tr>
			</table>
			</td>
		</tr>
		</table>
		</form>
		<br>			<br>			<br>			
			<font class="t1"><strong><img src="img/0.gif" alt="" width="80" height="1" border="0">!  <br> 
			<img src="img/0.gif" alt="" width="80" height="1" border="0"> :	 -XX 
			</strong></font>

		<br><br><img src="img/0.gif" alt="" width="1" height="82" border="0"><br>
		
		</td>
		<td valign="top" align="center" width="300">
		
			<br>

		<img src="img/crossnet.jpg" alt="" border="0">
		<br>
		
			<table cellpadding="0" cellspacing="0">
			<tr>
				<td><img src="img/01_off.gif" onmouseover="this.src='img/01_on.gif'" onmouseout="this.src='img/01_off.gif'" onClick="press('1');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/02_off.gif" onmouseover="this.src='img/02_on.gif'" onmouseout="this.src='img/02_off.gif'" onClick="press('2');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/03_off.gif" onmouseover="this.src='img/03_on.gif'" onmouseout="this.src='img/03_off.gif'" onClick="press('3');" alt="" width="100" height="112" border="0"></td>
			</tr>
			<tr>
				<td><img src="img/04_off.gif" onmouseover="this.src='img/04_on.gif'" onmouseout="this.src='img/04_off.gif'" onClick="press('4');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/05_off.gif" onmouseover="this.src='img/05_on.gif'" onmouseout="this.src='img/05_off.gif'" onClick="press('5');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/06_off.gif" onmouseover="this.src='img/06_on.gif'" onmouseout="this.src='img/06_off.gif'" onClick="press('6');" alt="" width="100" height="112" border="0"></td>
			</tr>
			<tr>
				<td><img src="img/07_off.gif" onmouseover="this.src='img/07_on.gif'" onmouseout="this.src='img/07_off.gif'" onClick="press('7');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/08_off.gif" onmouseover="this.src='img/08_on.gif'" onmouseout="this.src='img/08_off.gif'" onClick="press('8');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/09_off.gif" onmouseover="this.src='img/09_on.gif'" onmouseout="this.src='img/09_off.gif'" onClick="press('9');" alt="" width="100" height="112" border="0"></td>
			</tr>
			<tr>
				<td><img src="img/c_off.gif" onmouseover="this.src='img/c_on.gif'" onmouseout="this.src='img/c_off.gif'"  onClick="press('c');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/00_off.gif" onmouseover="this.src='img/00_on.gif'" onmouseout="this.src='img/00_off.gif'" onClick="press('0');" alt="" width="100" height="112" border="0"></td>
				<td><img src="img/arr_off.gif" onmouseover="this.src='img/arr_on.gif'" onmouseout="this.src='img/arr_off.gif'" onClick="press('bs');" alt="" width="100" height="112" border="0"></td>
			</tr>

		
<tr>
				<td align="center" colspan="3"><img src="img/gorset_swch.jpg" alt="" onClick="tab();" border="0"></td>
			</tr>
			
		</table>

		</td>
		<td valign="bottom" width="100" align="center">
		
				&nbsp;

		</td>
	</tr>
	</table>
	</td>
</tr>

<tr>
	<td valign="top">
	<table width="100%" border="0">
	<tr>
		<td align="center" valign="top">
			<a href="providers_internet4.html"><img src="img/back.gif" alt=""  width="130" height="130" border="0"></a>
		</td>
		<td width="50%">&nbsp;</td>
		<td align="left" width="25%" valign="top">
		
		&nbsp;<img src="img/continiue.gif" alt="" onclick='document.cookie="Phone_Number="+ " : " + ff.code.value + "-" +  ff.phone.value ;ff.submit();' id="next" name=next border="0"><br><br>
		
		</td>
	</tr>
	</table>
	</td>
</tr>

<tr>
	<td height="15" bgcolor="#CB002D">&nbsp;</td>
</tr>
</table>


</body>
</html>