|
Re: cloning nodes vs. creating new() ones: msg#00082java.enhydra.xmlc
V Út, 16. 09. 2003 v 10:20, Matthew Hixson píše: > I still can't seem to get away from using getFirstChild() to get ahold > of the text inside the <option> tag, like so: > > <option id="teacherName">Mrs. Wormwood</option> > > How do you access the "Mrs. Wormwood" part? Use the span tag. <option id="teacherOption"><span id="teacherName">Mrs. Wormwood</span></option> Then it will be as easy as page.setTextTeacherName("new name"); Petr
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: cloning nodes vs. creating new() ones, Richard Kunze |
|---|---|
| Next by Date: | Re: some bug fixes committed..., David Li |
| Previous by Thread: | Re: cloning nodes vs. creating new() ones, Matthew Hixson |
| Next by Thread: | Re: cloning nodes vs. creating new() ones, Matthew Hixson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |