Click here to Skip to main content
15,925,399 members
Home / Discussions / C#
   

C#

 
Questionjava script problem Pin
ayyp30-Jun-06 0:18
ayyp30-Jun-06 0:18 
AnswerRe: java script problem Pin
V.30-Jun-06 0:31
professionalV.30-Jun-06 0:31 
AnswerRe: java script problem Pin
DIMPLE_R30-Jun-06 0:40
DIMPLE_R30-Jun-06 0:40 
GeneralRe: java script problem Pin
ayyp30-Jun-06 0:54
ayyp30-Jun-06 0:54 
AnswerRe: java script problem Pin
psamy30-Jun-06 0:49
psamy30-Jun-06 0:49 
GeneralRe: java script problem Pin
ayyp30-Jun-06 0:54
ayyp30-Jun-06 0:54 
GeneralRe: java script problem Pin
psamy30-Jun-06 1:41
psamy30-Jun-06 1:41 
GeneralRe: java script problem Pin
DIMPLE_R30-Jun-06 2:01
DIMPLE_R30-Jun-06 2:01 
hi,
I'm not sure what you are trying to do..and i think there may be a problem with your syntax:

I tried something similar as follows:
function check()
{
var al=new Array();
al[0]=1;
al[1]=2;
for(var j=0;j<=3;j++)
{
//alert(window.document.Form1.Text3.value);
alert(al[j]);
if(window.document.Form1.Text3.value==al[j])
{
//alert("in");
return true;
}
else
{
alert("else");
//return false;
}
}
}
QuestionEnabling and disabling desktop icons programmatically Pin
Prashant Gadhave29-Jun-06 23:05
Prashant Gadhave29-Jun-06 23:05 
Questionhelp me solve this problem ? please ... Pin
cmpeng3429-Jun-06 23:02
cmpeng3429-Jun-06 23:02 
AnswerRe: help me solve this problem ? please ... Pin
Stefan Troschuetz29-Jun-06 23:14
Stefan Troschuetz29-Jun-06 23:14 
GeneralRe: help me solve this problem ? please ... Pin
W. Kleinschmit30-Jun-06 2:22
W. Kleinschmit30-Jun-06 2:22 
AnswerRe: help me solve this problem ? please ... Pin
J4amieC29-Jun-06 23:54
J4amieC29-Jun-06 23:54 
QuestionHot keys Pin
Prashant Gadhave29-Jun-06 22:35
Prashant Gadhave29-Jun-06 22:35 
AnswerRe: Hot keys Pin
stancrm29-Jun-06 23:18
stancrm29-Jun-06 23:18 
GeneralRe: Hot keys Pin
Prashant Gadhave29-Jun-06 23:37
Prashant Gadhave29-Jun-06 23:37 
GeneralRe: Hot keys Pin
stancrm30-Jun-06 0:24
stancrm30-Jun-06 0:24 
QuestionServices and Top Most Forms Pin
DUKEMAN29-Jun-06 22:19
DUKEMAN29-Jun-06 22:19 
AnswerRe: Services and Top Most Forms Pin
Martin#29-Jun-06 23:59
Martin#29-Jun-06 23:59 
AnswerRe: Services and Top Most Forms Pin
AB777130-Jun-06 1:37
AB777130-Jun-06 1:37 
GeneralRe: Services and Top Most Forms Pin
DUKEMAN30-Jun-06 1:46
DUKEMAN30-Jun-06 1:46 
AnswerRe: Services and Top Most Forms Pin
pq4noeh30-Jun-06 1:50
pq4noeh30-Jun-06 1:50 
QuestionDataGrid column icon background Pin
Kais4U29-Jun-06 20:44
Kais4U29-Jun-06 20:44 
QuestionA question about Net.Socket? Pin
Phuongkar29-Jun-06 20:05
Phuongkar29-Jun-06 20:05 
AnswerRe: A question about Net.Socket? Pin
stancrm30-Jun-06 0:37
stancrm30-Jun-06 0:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.