You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
papa_misha
вот код
<form method="GET" action="au.js" name="au">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><font face="Segoe UI">Авторизация</font></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><font face="Segoe UI">Имя:</font></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><font face="Segoe UI"><input type="text" name="T1" size="28"></font></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><font face="Segoe UI">Пароль:</font></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><font face="Segoe UI"><input type="password" name="T2" size="28"></font></p>
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><font face="Segoe UI"><input type="submit" value="Увійти" name="B1" onclick="go()"><input type="reset" value="Відмінити" name="B2"></font></p>
</form>
<script type="text/javascript" src="au.js"></script>
вот скрипт
Function go()
{var users= new Array():
users["admin"]="qwerty";
var password = new Array();
password["qwerty"]= href="usr/admin/admin.html;
var log=document.forms["au"].elements["T1"].value;
var pass=document.forms["au"].elements["T2"].value;
if (users[log]=pass)
{password[pass]}
else {alert ("неверный логин");}
}
Проблема в следующем, как привязать скрип к форме, и какое значение должно быть у actipn=""?
браузер предлагает сохранить файл au.js скорей всего у меня там не правильное значение actipn=""
Помогите!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.