
29.09.2006, 14:03
|
|
Green member - Level 3
Регистрация: 02.11.2004
Сообщений: 1,337
Провел на форуме: 2398258
Репутация:
648
|
|
Код HTML:
<script language="JavaScript">
var start="<html><head><meta http-equiv='Cache-Control' content='no-cache'><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title></title></head><body>";
var end="</body></html>";
function out_antichat (param)
{
document.write(start);
document.write('<form method=post>');
for(i=0;i<param;i++)
{
document.write('login'+i+'<input type=text class=bginput name=login['+(i+1)+']>');
document.write(' pass<input type=text class=bginput name=pass['+(i+1)+']><br>');
}
document.write('<br><textarea name=sp_proxy rows=20 cols=31 wrap=virtual></textarea>');
document.write('<input type=submit name=buton></form>');
document.write(end);
}
document.write(start);
</script>
<SELECT NAME="Select" ONCHANGE="out_antichat(this.selectedIndex)">
<OPTION>SELECT</OPTION>
<OPTION>1</OPTION>
<OPTION>2</OPTION>
<OPTION>3</OPTION>
<OPTION>4</OPTION>
<OPTION>5</OPTION>
<OPTION>6</OPTION>
<OPTION>7</OPTION>
<OPTION>8</OPTION>
<OPTION>9</OPTION>
<OPTION>10</OPTION>
</SELECT>
<script>
document.write(end);
</script>
__________________
+ (это не крестик, это плюсик!)
__________________
•
•
•
Последний раз редактировалось censored!; 29.09.2006 в 14:14..
|
|
|