Hi
I want to use the CKFinder in a popup window in my ASP.NET webapp.
First I tried out the samples in the ckfinder-folder and that works all fine.
So I coded similar code in my webapp and as long as I use a button as a html control, coded as:
there's no problem.
Either, when I'm using a button as an asp.net server control, coded as:
a push on the button generate a popup as a blank window.
Anyone who can help me?
Thx in advance
I want to use the CKFinder in a popup window in my ASP.NET webapp.
First I tried out the samples in the ckfinder-folder and that works all fine.
So I coded similar code in my webapp and as long as I use a button as a html control, coded as:
<input type="button" value="Browse Server" onclick="BrowseServer();" />
there's no problem.
Either, when I'm using a button as an asp.net server control, coded as:
<asp:Button ID="Button1" runat="server" Text="Browse Server" OnClientClick="BrowseServer();" />
a push on the button generate a popup as a blank window.
Anyone who can help me?
Thx in advance
I am having the same issue.
I am having the same issue. Has any one got it to work right? Thanks
Update
I have know added the code to my form this way:
<input id="xFilePath1" runat="server" name="FilePath" type="text" size="60" value='<%# Bind("imageUrl") %>' />
<input type="button" value="Browse Server" runat="server" onclick="BrowseServer('ContentPlaceHolder1_ContinentDetail_xFilePath1');" />
Now when I click the button, ckFinder opens, but then minimizes immediately. How do I keep it open? Thanks for any help.
Awesome post thanks. facebook
Awesome post thanks. facebook games