 |
Проблема.. Java Alert |
 |
27.07.2005, 08:32
|
#1
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
Проблема.. Java Alert
Yerb PAGE anunov input-um grum em 20, ban chi asum, isk mnacac depqerum ALERT a berum(esqan@ im uzacova).
indz petqa mi dzev, vor ayd 20-i tex@ linen shat tver, bayc chem uzum vor amen tvi hamar senc grem
if (openpap.page.value == XX) return true;
uzum em vor aseq, vonc karam asem, vor 20, 30, 40-@ irar havasar en.. vor hesht lini, vorovhetev mot 250 tiv petq e grem..
tekuz ayd tver@ grem mi faili mej, script@ FIND ta, u imana beri ALERT@ te voch.. 
harcs miqich xarn er, knereq..
Code:
<script language="JavaScript" type="text/javascript">
function checkscript() {
if (openpap.page.value == 20) return true;
else
{ alert("не найдено"); return false; }
}
</script>
|
|
|
 |
27.07.2005, 08:40
|
#2
|
ЙЦУКЕН
Join Date: 07 2002
Location: 0x68,0x69,0x72, 0x69,0x6e,0x67, 0x20,0x6e,0x6f, 0x77
Age: 55
Posts: 3,118
Rep Power: 0
|
ндя ... а array определить с числами и цикл написать не судьба?
|
|
|
27.07.2005, 09:59
|
#3
|
*****
Join Date: 03 2003
Location: Yerevan
Posts: 314
Rep Power: 0
|
ete Array ches uzum
switch ov ara (bajc Array-@ aveli lav e )
__________________
Men's eyes were made to look, and let them gaze.
|
|
|
27.07.2005, 10:02
|
#4
|
Silence
Join Date: 11 2004
Location: back to meta level
Posts: 3,926
Rep Power: 5
|
a mojet s vector-om?
|
|
|
27.07.2005, 10:08
|
#5
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
ok. yete ARRAY -@ aveli lava, xndrum em phoqr orinak bereq, dzev@ imanam..
|
|
|
27.07.2005, 10:31
|
#6
|
ЙЦУКЕН
Join Date: 07 2002
Location: 0x68,0x69,0x72, 0x69,0x6e,0x67, 0x20,0x6e,0x6f, 0x77
Age: 55
Posts: 3,118
Rep Power: 0
|
ну все, держите меня трое
я предлагаю набрать в гугл -- javascript array
и почитать хотя бы первый линк. это несложно. нужно почитать и подумать, почитать и подумать, почитать и подумать
|
|
|
27.07.2005, 11:01
|
#7
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
ha.. haskaca..
bayc array-i depqum ALERT-@ chi bacvum.. 
aysinqn amboxch script@ imast@ korcnuma..
http://www.w3schools.com/js/js_obj_array.asp
arajin 2 orinaknerovel phorceci.
|
|
|
27.07.2005, 11:19
|
#8
|
ЙЦУКЕН
Join Date: 07 2002
Location: 0x68,0x69,0x72, 0x69,0x6e,0x67, 0x20,0x6e,0x6f, 0x77
Age: 55
Posts: 3,118
Rep Power: 0
|
а вот у меня в коде, на тртьей строке выдает ошибку - parse error, не подскажете, из-за чего?
|
|
|
27.07.2005, 11:32
|
#9
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
 nm jan yes chgitem Java.. et script@ prosto hishum ei, petq ekav, greci...
ches hushi inch anem?
|
|
|
27.07.2005, 12:09
|
#10
|
*****
Join Date: 03 2003
Location: Yerevan
Posts: 314
Rep Power: 0
|
<html>
<head>
<title>Untitled Document</title>
<script language="JavaScript" type="text/javascript">
var openpap = 23;
function checkscript() {
var array = [ 1, 2, 3, 5, 6, 7, 8];
for( var i = 0; i< array.length ; i++ ) {
if (openpap == array[i] )
return true;
}
alert("не найдено");
return false;
}
</script>
</head>
<body>
<input type="button" onClick="checkscript();" value="GO">
</body>
</html>
__________________
Men's eyes were made to look, and let them gaze.
|
|
|
27.07.2005, 12:14
|
#11
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
Ay mersi Michael jan!!!!!
shat goh em..
|
|
|
27.07.2005, 12:19
|
#12
|
*****
Join Date: 03 2003
Location: Yerevan
Posts: 314
Rep Power: 0
|
Quote:
Originally Posted by mesrop
Ay mersi Michael jan!!!!!
shat goh em.. 
|
Welcome
__________________
Men's eyes were made to look, and let them gaze.
|
|
|
 |
|
 |
27.07.2005, 12:39
|
#13
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
 chgidem inch anem.. 
Michaeli grac@ shat lavner, bayc chashxatec scriptis vra..
hesa nayeq @ndhanur kod@.
Code:
<table cellSpacing="0" width="300" border="0" style="border-collapse:collapse" fpstyle="1,011111100" bordercolor="#FFFFFF">
<tr>
<td valign="middle" bordercolor="#FFFFFF" style="border-style:solid; border-width:1; ">
<script language="JavaScript" type="text/javascript">
var openpap = 23;
function checkscript() {
var array = [ 1, 2, 3, 5, 6, 7, 8];
for( var i = 0; i< array.length ; i++ ) {
if (openpap.page.value == array[i] )
return true;
}
alert("íå íàéäåíî");
return false;
}
</script>
<form name="openpap" method="get" onSubmit="checkscript()">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="65%"><strong><font color="#FFFFFF" size="2" face="Verdana">Open
the newspaper</font></strong></td>
</tr>
<tr>
<td><font color="#FFFFFF" size="2pt">type newspaper's ID for opening</font></td>
<td><input type=text name="page" maxlength="4" size="4"></td>
<td><input name="submit" type="submit" value="GO">
</td>
</tr>
<tr>
<td><font color="#FFFFFF" size="2pt">download newspaper's list</font></td>
</tr>
</table>
</form></td>
</tr>
</table>
Plz ogneq.. im mot senc chashxatec.. yerevi bana petq phoxel ha??
|
|
|
 |
 |
|
 |
27.07.2005, 13:06
|
#14
|
*****
Join Date: 03 2003
Location: Yerevan
Posts: 314
Rep Power: 0
|
<table cellSpacing="0" width="300" border="0" style="border-collapse:collapse" fpstyle="1,011111100" bordercolor="#FFFFFF">
<tr>
<td valign="middle" bordercolor="#FFFFFF" style="border-style:solid; border-width:1; ">
<script language="JavaScript" type="text/javascript">
function checkscript() {
var array = [ 1, 2, 3, 5, 6, 7, 8];
for( var i = 0; i< array.length ; i++ ) {
if (parseInt(document.openpap.page.value) == parseInt(array[i]) )
return true;
}
alert("íå íàéäåíî");
return false;
}
</script>
<form name="openpap" method="get" onSubmit="checkscript()">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="65%"><strong><font color="#FFFFFF" size="2" face="Verdana">Open
the newspaper</font></strong></td>
</tr>
<tr>
<td><font color="#FFFFFF" size="2pt">type newspaper's ID for opening</font></td>
<td><input type=text name="page" maxlength="4" size="4"></td>
<td><input name="submit" type="submit" value="GO" >
</td>
</tr>
<tr>
<td><font color="#FFFFFF" size="2pt">download newspaper's list</font></td>
</tr>
</table>
</form></td>
</tr>
</table>
__________________
Men's eyes were made to look, and let them gaze.
|
|
|
 |
28.07.2005, 07:39
|
#15
|
полюбому йес эм...
Join Date: 02 2005
Location: near the computer
Age: 34
Posts: 3,243
Rep Power: 5
|
Shat mersi Michael jan!
miqich shtkum kar, petqa liner
Code:
<form name="openpap" method="get" onSubmit="return checkscript()">
Return - bar@ avelacreci, normal ashxatuma..  mersi!
|
|
|
All times are GMT. The time now is 10:21. |
|
|