<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>'; document.write(start);</script> <SELECT NAME="Select" ONCHANGE=" document.write(start); document.write('<form method=post>'); for(i=0;i<this.selectedIndex;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); "> <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>