Hi,
I have a problem setting hRef property of a dijit.layout.ContentPane to .aspx target on IE6.
In generall it works fine, but on IE6 (in my case win2k) the pane content shows the text undefined after loading. I have tried to set the static HTML property href and set the href by Javascriptcode using the setHRef function. I see things in context with ASP.NET. Because pane text is "undefined" when I set href to a dynamic .aspx. Setting href to static .htm or .html file will work in IE6. All other browsers are working with .aspx files
How ever the same problem exists for dojo.widget.TabContainer, dojo.widget.Accordion and the dialog widget.
I have also tried to set the enableViewState of my aspx page to false. Im not sure but i mean if i remove the [form id="unique_form_id" runat="server"][form] element from html code it works. But if I do that I can not render dynamic HTML code :( ...
Is this a bug? Maybe I do something wrong. Thanks in advance for any tips.
Best regards.
