| re: IE - problem with Tab Strip control rendered by aspx page?
Pino Carafa wrote:[color=blue]
> I've designed an aspx page with a Tab Strip on it.[/color]
<snip>[color=blue]
> All very well and good, but as a result you can't for example go and
> get document.all.tbDocInfo and then look at its child nodes in order to
> do something to one of the tabs - just to name one thing one might like
> to do client-side. I can get at the tbDocInfo control and I can verify
> that it finds the correct control by checking its outerHTML. But then
> when I look at its childNodes it tells me there aren't any. (length ==
> 0)
>
> Is there any way around this? My suspicion is that maybe I could
> achieve more if I were to use the Namespace correctly? But I'm not sure
> how.....[/color]
That was my suspicion too in the post I did here:
<http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/d1ae4172c5bcba46/0da38b3070962dd0>
The received feedback (see the thread) helps to fix the problem in a
round-around way by it doesn't solve the mistery. I'm searching through
the MSDN but till now I did not find any clear answer: how to address
collections from added namespaces (besides direct ID addressing).
Also please not that TabStrip web service officially declared as "not
supported" on current versions of IE. Microsoft suggests to use MPC
control instead:
<http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/behaviors/library/tabstrip/tabstrip_ovw.asp> |