Ребят, помогите.

Форум для огранизационных вопросов
Закрыто
AntoNEO
Сообщения: 1
Зарегистрирован: Пт ноя 09, 2007 15:38

Ребят, помогите.

Сообщение AntoNEO »

На сайте есть форма

Код: Выделить всё

<td width="27%"><div style="padding-left&#58;20px;padding-top&#58;3px " class="t11">
		username<div style="padding-top&#58;10px ">
password</div></div></td>
    <td width="73%"><div style="padding-left&#58;5px "><input type="text"   style="width&#58;110px; height&#58;20px; font-family&#58;Tahoma; font-size&#58;11px ">
	<div style="padding-top&#58;1px ">
	<input type="password"   style="width&#58;110px; height&#58;20px; font-family&#58;Tahoma; font-size&#58;11px ">&nbsp;&nbsp; <a href="https&#58;//80.90.127.166/cgi-bin/utm5/aaa5"><img src="images/but1.jpg" border="0" align="absmiddle"></a>
	</div>
Сайт на html
Как из нее сделать форму авторизации чтобы авторизация шла на https://сайт/cgi-bin/utm5/aaa5...

Instruktor
Сообщения: 131
Зарегистрирован: Ср авг 10, 2005 21:32
Откуда: Москва

Сообщение Instruktor »

<FORM name='login' accept-charset='UTF-8' action='https://stat.host.com/cgi-bin/utm5/aaa5' method='post'>
Логин:
<INPUT type=text name=login size=20>
Пароль:
<INPUT type=password name=password size=20>
<INPUT type=submit value="ВХОД">
<INPUT type=hidden name=cmd value=login>
</FORM>

Закрыто