Click here to Skip to main content
15,901,373 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Mapping a network drive over the net Pin
George L. Jackson29-Nov-06 13:46
George L. Jackson29-Nov-06 13:46 
GeneralRe: Mapping a network drive over the net Pin
TheJudeDude29-Nov-06 14:05
TheJudeDude29-Nov-06 14:05 
GeneralRe: Mapping a network drive over the net Pin
Dave Kreskowiak29-Nov-06 14:10
mveDave Kreskowiak29-Nov-06 14:10 
GeneralRe: Mapping a network drive over the net Pin
George L. Jackson29-Nov-06 14:44
George L. Jackson29-Nov-06 14:44 
GeneralRe: Mapping a network drive over the net Pin
TheJudeDude30-Nov-06 5:27
TheJudeDude30-Nov-06 5:27 
GeneralRe: Mapping a network drive over the net Pin
George L. Jackson30-Nov-06 10:57
George L. Jackson30-Nov-06 10:57 
GeneralRe: Mapping a network drive over the net Pin
TheJudeDude30-Nov-06 11:50
TheJudeDude30-Nov-06 11:50 
QuestionIE7 Javascript Problem Pin
Infomine Liam29-Nov-06 12:49
Infomine Liam29-Nov-06 12:49 
I'm trying to do some form validation that involves looping through all elements in a form. It works perfectly in FireFox, but totally chokes in IE7. It seems to be that the $Form.elements.length value is not returning a number.
I've written a little test function to simulate the error.

<br />
function validateForm()<br />
{<br />
  alert(document.forms.length);<br />
  var numElements = document.forms[0].elements.length;<br />
  alert(numElements);<br />
}<br />


First alert shows: 1
Second alert shows: [object]

Anyone seen this happen before?

Thanks a lot. Cool | :cool:
AnswerRe: IE7 Javascript Problem Pin
Torsten Mauz30-Nov-06 1:49
Torsten Mauz30-Nov-06 1:49 
GeneralRe: IE7 Javascript Problem Pin
Infomine Liam30-Nov-06 6:11
Infomine Liam30-Nov-06 6:11 
GeneralRe: IE7 Javascript Problem Pin
Torsten Mauz30-Nov-06 6:36
Torsten Mauz30-Nov-06 6:36 
GeneralRe: IE7 Javascript Problem Pin
Infomine Liam30-Nov-06 6:53
Infomine Liam30-Nov-06 6:53 
GeneralRe: IE7 Javascript Problem Pin
Torsten Mauz30-Nov-06 6:59
Torsten Mauz30-Nov-06 6:59 
QuestionProgramatically change image control ImageUrl Pin
Jrnsr850029-Nov-06 12:03
Jrnsr850029-Nov-06 12:03 
AnswerRe: Programatically change image control ImageUrl Pin
Christian Graus29-Nov-06 12:20
protectorChristian Graus29-Nov-06 12:20 
GeneralRe: Programatically change image control ImageUrl Pin
Jrnsr850029-Nov-06 12:25
Jrnsr850029-Nov-06 12:25 
GeneralRe: Programatically change image control ImageUrl Pin
Christian Graus29-Nov-06 12:37
protectorChristian Graus29-Nov-06 12:37 
GeneralRe: Programatically change image control ImageUrl Pin
Jrnsr850029-Nov-06 15:21
Jrnsr850029-Nov-06 15:21 
GeneralRe: Programatically change image control ImageUrl Pin
Paddy Boyd29-Nov-06 23:13
Paddy Boyd29-Nov-06 23:13 
GeneralRe: Programatically change image control ImageUrl Pin
Jrnsr850030-Nov-06 4:07
Jrnsr850030-Nov-06 4:07 
GeneralRe: Programatically change image control ImageUrl Pin
Jrnsr850030-Nov-06 17:39
Jrnsr850030-Nov-06 17:39 
QuestionJavascript and database Pin
ronapost29-Nov-06 11:29
ronapost29-Nov-06 11:29 
AnswerRe: Javascript and database Pin
Bradml29-Nov-06 11:43
Bradml29-Nov-06 11:43 
AnswerRe: Javascript and database Pin
Dominic Pettifer29-Nov-06 13:34
Dominic Pettifer29-Nov-06 13:34 
AnswerRe: Javascript and database Pin
Torsten Mauz30-Nov-06 2:26
Torsten Mauz30-Nov-06 2:26 

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.