Click here to Skip to main content
15,897,891 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How do i make this kind of project? network application software development (i.e. designing, coding and testing) Pin
Paddy Boyd27-Nov-07 2:20
Paddy Boyd27-Nov-07 2:20 
JokeRe: How do i make this kind of project? network application software development (i.e. designing, coding and testing) Pin
Vasudevan Deepak Kumar27-Nov-07 3:37
Vasudevan Deepak Kumar27-Nov-07 3:37 
QuestionRequirements wanted Pin
raghul varma26-Nov-07 15:22
raghul varma26-Nov-07 15:22 
AnswerRe: Requirements wanted Pin
Michael Sync26-Nov-07 19:07
Michael Sync26-Nov-07 19:07 
QuestionTimer Pin
raghul varma26-Nov-07 15:16
raghul varma26-Nov-07 15:16 
AnswerRe: Timer Pin
Michael Sync26-Nov-07 19:08
Michael Sync26-Nov-07 19:08 
Questionjavascript: getelementbyId() cannot find my control! Please, adivice. Pin
alexvw26-Nov-07 12:37
alexvw26-Nov-07 12:37 
AnswerRe: javascript: getelementbyId() cannot find my control! Please, adivice. Pin
Michael Sync26-Nov-07 19:13
Michael Sync26-Nov-07 19:13 
alexvw wrote:
for (var i=0; i < document.Form1.elements.length;i++){
alert(document.Form1.elements[i].name + ' ' + i);
}


It might be because "Form1" doesn't exist..

Try this code below

for (var i=0; i < document.forms[0].elements.length;i++){<br />
alert(document.forms[0].elements[i].name + ' ' + i);<br />
}


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

GeneralRe: javascript: getelementbyId() cannot find my control! Please, adivice. [modified] Pin
alexvw27-Nov-07 0:33
alexvw27-Nov-07 0:33 
QuestionProblem related to js file. Pin
soniasan26-Nov-07 0:31
soniasan26-Nov-07 0:31 
AnswerCross posting. Please ignore Pin
Vasudevan Deepak Kumar26-Nov-07 3:10
Vasudevan Deepak Kumar26-Nov-07 3:10 
QuestionBorders when embedding flash in a page Pin
Christian Graus25-Nov-07 23:26
protectorChristian Graus25-Nov-07 23:26 
AnswerRe: Borders when embedding flash in a page Pin
SABhatti26-Nov-07 5:48
SABhatti26-Nov-07 5:48 
GeneralRe: Borders when embedding flash in a page Pin
Christian Graus26-Nov-07 9:01
protectorChristian Graus26-Nov-07 9:01 
QuestionCannot serialize member CT_ToolKit.UtilityXmlBase.Properties of type System.Collections.Hashtable, because it implements IDictionary [modified] Pin
Philip Armstrong Sam25-Nov-07 19:04
Philip Armstrong Sam25-Nov-07 19:04 
QuestionUsing JSP Pin
gReaen25-Nov-07 18:14
gReaen25-Nov-07 18:14 
AnswerRe: Using JSP Pin
Christian Graus25-Nov-07 19:03
protectorChristian Graus25-Nov-07 19:03 
AnswerRe: Using JSP Pin
Vasudevan Deepak Kumar26-Nov-07 3:13
Vasudevan Deepak Kumar26-Nov-07 3:13 
QuestionHow to find Reciprocal URL Pin
swguy2325-Nov-07 17:30
swguy2325-Nov-07 17:30 
AnswerRe: How to find Reciprocal URL Pin
Paul Conrad25-Nov-07 18:19
professionalPaul Conrad25-Nov-07 18:19 
AnswerRe: How to find Reciprocal URL Pin
Michael Sync25-Nov-07 18:56
Michael Sync25-Nov-07 18:56 
QuestionHelp with database Pin
gReaen25-Nov-07 5:55
gReaen25-Nov-07 5:55 
AnswerRe: Help with database Pin
Paul Conrad25-Nov-07 9:42
professionalPaul Conrad25-Nov-07 9:42 
QuestionRe: Help with database Pin
gReaen25-Nov-07 18:13
gReaen25-Nov-07 18:13 
AnswerRe: Help with database Pin
Vasudevan Deepak Kumar25-Nov-07 22:04
Vasudevan Deepak Kumar25-Nov-07 22:04 

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.