or
Hello,
I have placed an image in the editor with the following source:
<img alt="" width="319" height="292" style="z-index: -50;border: 0px solid;" src="http://mysite.com/images/9/folder1/folder2/myimage.jpg" />
Which is working fine. When double click the image to open in the image manager I am receiving the javascript error: "Invalid Characters in Folder Name" and I can click "OK" and continue on as normal.
I have tried a few different things with the paths but still no go:
Dim viewImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"
Dim uploadImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"
<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true" Position="Bottom" />
<telerik:RadTabStrip ShowBaseline="true" ID="TableWizardTab" runat="server" SelectedIndex="0" MultiPageID="dialogMultiPage"> <Tabs> <telerik:RadTab Text="Table Design" Value="Tab1HeaderText"> </telerik:RadTab> <telerik:RadTab Text="Table Properties" Value="Tab2HeaderText"> </telerik:RadTab> <telerik:RadTab Text="Cell Properties" Visible="false" Value="Tab3HeaderText"> </telerik:RadTab> <telerik:RadTab Text="Accessibility" Value="Tab4HeaderText"> </telerik:RadTab> </Tabs></telerik:RadTabStrip>
Any help would be greatly appreciated.
Regards
Neil