hello,
I use PHP to generate a treeview like the one you can see on MSDN or most of the Windows applications. So each row of the treeview is made up by an icon and a text field (name). There are 3 icons:
+ means you can expand the branch (collapsed)
- means it's expanded (you can collapse it --> +)
. means it has no child
It works most of the time. But sometimes some icons (the . ones) are displayed as broken images. you know the red cross that says "can't load image"... something like that. I think the problem is not in my script but somewhere else. It could be my web server, the browser... what do you think ? Does it happen to you too ? Because it sometimes happen on a few websites I visit. Rarely but It happens (probably because the web server the website use is too slow, busy or something).
Thanks,
JM