I copied the following code from the Splitter / External Content Demo Page
The Code works perfectly in IE9/IE10 standards mode on the Demo Page.
However, when I copy it to a test page on my site, the content never loads in IE9/IE10 Standards mode, and links only open in Popups.
I don't think the IFRAME is getting generated, in IE9/IE10 standards mode.
Please help, this is driving me crazy, I don't understand how it works on the Demo page, but not on my test page...
Thanks!
The Code works perfectly in IE9/IE10 standards mode on the Demo Page.
However, when I copy it to a test page on my site, the content never loads in IE9/IE10 Standards mode, and links only open in Popups.
I don't think the IFRAME is getting generated, in IE9/IE10 standards mode.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>DEMO</title></head><body class="BODY"> <form id="Form1" method="post" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server" /> <telerik:RadSplitter ID="RadSplitter1" runat="server" Height="400" Width="700"> <telerik:RadPane ID="RadPane1" runat="server" Width="150">Left Pane<br /> <a href="http://bing.com" target="<%= contentPane.ClientID%>">Open bing.com</a><br /> <a href="http://www.cnn.com/" target="<%= contentPane.ClientID%>">Open cnn.com</a> </telerik:RadPane> <telerik:RadSplitBar ID="RadSplitbar1" runat="server" CollapseMode="Forward" /> <telerik:RadPane ID="contentPane" runat="server" ContentUrl="http://blogs.telerik.com" /> </telerik:RadSplitter> </form></body></html>Please help, this is driving me crazy, I don't understand how it works on the Demo page, but not on my test page...
Thanks!
