R
Ragnar Heil
Hi,
I have got a list of news-headlines and after the second news a banner
should be displayed.
set oNodeList = domdoc.SelectNodes("//Item[@parentid='"& sURI & "']")
For each itemNode in oNodeList
....
** here I want to display the image after news 2 **
....
next
I tried to work with oNodelist.item(2) but without success.
I have got a list of news-headlines and after the second news a banner
should be displayed.
set oNodeList = domdoc.SelectNodes("//Item[@parentid='"& sURI & "']")
For each itemNode in oNodeList
....
** here I want to display the image after news 2 **
....
next
I tried to work with oNodelist.item(2) but without success.