Click here to Skip to main content
16,015,296 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to show progression Pin
Narfix20-Jun-06 21:00
professionalNarfix20-Jun-06 21:00 
GeneralRe: How to show progression Pin
RichardGrimmer22-Jun-06 5:21
RichardGrimmer22-Jun-06 5:21 
AnswerRe: How to show progression Pin
S Douglas25-Jun-06 23:42
professionalS Douglas25-Jun-06 23:42 
GeneralRe: How to show progression Pin
Narfix25-Jun-06 23:49
professionalNarfix25-Jun-06 23:49 
GeneralRe: How to show progression Pin
S Douglas26-Jun-06 5:11
professionalS Douglas26-Jun-06 5:11 
QuestionWindows Server does not obey OnLoad Script Pin
Vasudevan Deepak Kumar20-Jun-06 1:25
Vasudevan Deepak Kumar20-Jun-06 1:25 
QuestionQUERY: childNodes[0] not working in FF :( Pin
dhruba.bandopadhyay19-Jun-06 23:41
dhruba.bandopadhyay19-Jun-06 23:41 
AnswerRe: QUERY: childNodes[0] not working in FF :( Pin
Guffa20-Jun-06 7:00
Guffa20-Jun-06 7:00 
If you use the standard syntax and not IE specific features (as you have in that code), they work the same.

The difference is what nodes the document is parsed into. The nodes in the document tree is not only the html elements, but also every piece of plain text between the elements is a node.

In Firefox, the first child node of the td element is not the input element. You just have to go through the elements until you find an element node.

You can use the nodeType property to find out the type of the node. The value is 1 for elements and 3 for text nodes.

---
b { font-weight: normal; }

AnswerRe: QUERY: childNodes[0] not working in FF :( Pin
Edbert P20-Jun-06 20:15
Edbert P20-Jun-06 20:15 
QuestionConnecting to Oracle DB through webservice Pin
mew_lobo19-Jun-06 22:25
mew_lobo19-Jun-06 22:25 
GeneralRe: Connecting to Oracle DB through webservice Pin
fredde_d12-Jul-06 1:37
fredde_d12-Jul-06 1:37 
QuestionTable data collection Pin
knullbyte19-Jun-06 18:33
knullbyte19-Jun-06 18:33 
QuestionASP Shopping Cart [modified] Pin
exhaulted19-Jun-06 11:04
exhaulted19-Jun-06 11:04 
AnswerRe: ASP Shopping Cart Pin
Vasudevan Deepak Kumar20-Jun-06 1:28
Vasudevan Deepak Kumar20-Jun-06 1:28 
QuestionSimple Question about Canonical Names Pin
Richard Andrew x6419-Jun-06 4:27
professionalRichard Andrew x6419-Jun-06 4:27 
AnswerRe: Simple Question about Canonical Names Pin
RichardGrimmer19-Jun-06 5:52
RichardGrimmer19-Jun-06 5:52 
GeneralRe: Simple Question about Canonical Names Pin
Richard Andrew x6419-Jun-06 6:14
professionalRichard Andrew x6419-Jun-06 6:14 
GeneralRe: Simple Question about Canonical Names Pin
RichardGrimmer20-Jun-06 5:45
RichardGrimmer20-Jun-06 5:45 
GeneralRe: Simple Question about Canonical Names Pin
Richard Andrew x6420-Jun-06 6:36
professionalRichard Andrew x6420-Jun-06 6:36 
GeneralRe: Simple Question about Canonical Names Pin
RichardGrimmer22-Jun-06 5:22
RichardGrimmer22-Jun-06 5:22 
QuestionIIS6.0 And ASP => the 0178 error Pin
Giulio107719-Jun-06 3:13
Giulio107719-Jun-06 3:13 
AnswerRe: IIS6.0 And ASP => the 0178 error Pin
Paddy Boyd19-Jun-06 3:23
Paddy Boyd19-Jun-06 3:23 
GeneralRe: IIS6.0 And ASP => the 0178 error Pin
Giulio107719-Jun-06 3:29
Giulio107719-Jun-06 3:29 
AnswerRe: IIS6.0 And ASP => the 0178 error Pin
Vasudevan Deepak Kumar20-Jun-06 1:27
Vasudevan Deepak Kumar20-Jun-06 1:27 
QuestionCalender Control(Urgent) Pin
varshavmane19-Jun-06 2:42
varshavmane19-Jun-06 2:42 

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.