Strict Standards: Resource ID#27 used as offset, casting to integer (27) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#29 used as offset, casting to integer (29) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#30 used as offset, casting to integer (30) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401
ТвойWeb :: Версия для печати :: if/else
ТвойWeb » WebMaster класс » JavaScript » if/else

Страниц (1): [1]
 

1. Systemnik - 04 Января, 2008 - 04:56:23 - перейти к сообщению
Вот у меня какая проблема.. мне нужно сделать так что бы по определенному слову..
(задаваемому мной) выводилось сообение.

CODE:
<html>
<head>
<title>
Тест else/if
</title>
</head>
<body>
<form name="volking">
<input type = text name = "pukvv" value = "ds">
</form>
<input type = button value = "ghbd" onClick = "systemnik()">
<script>
function systemnik()
{
var the = document.volking.pukvv.value;
if (the == 1) {alert('Ага')} else {alert('Не ага')}
}
</script>
</body>
</html>


Но к сожалению это у меня получилось только с цифрами..
как сделать со словами.. Растерялся
2. Furax - 04 Января, 2008 - 08:45:44 - перейти к сообщению
CODE:
<html>
<head>
<title>
Тест else/if
</title>
</head>
<body>
<form name="volking">
<input type = text name = "pukvv" value = "ds">
</form>
<input type = button value = "ghbd" onClick = "systemnik()">
<script>
function systemnik()
{
var the = document.volking.pukvv.value;
if (the == 'Слово') {alert('Ага');} else {alert('Не ага');}
}
</script>
</body>
</html>
3. Systemnik - 05 Января, 2008 - 03:43:45 - перейти к сообщению
Ааа я теперь понял свойство JavaScript.. выходит все команды и т д всякие переменные пишутя без кавычек а слова с кавычками.. простите за глупый вопос буду знать! Подмигивание
4. Furax - 05 Января, 2008 - 05:40:16 - перейти к сообщению
Systemnik
Это общее свойство большинства современных языков.

Почитай по теме "литералы".

Форум на AlfaSpace.NET


Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus®

[Script Execution time: 0.0303]     [ Gzipped ]



Notice: ob_end_flush(): failed to send buffer of ob_gzhandler (1) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/page_tail.php on line 33