|
Search
You searched for the word(s):
Showing page 1357 of 4,987 (49,864 total posts)
< 1 second(s)
-
Hi Adam,
I experimented removing ''$UI_Menu_SetPassword'' and I also get the same error message when entering a chat room or using messenger. It seems trying to remove any menu item this problem happens.
I haven't made any other changes to this file, so the problem must be elsewhere. Are you able to re-create the ...
-
Richard,
FormsAuthentication.RedirectFromLoginPage (String, Boolean)
Redirects an authenticated user back to the originally requested URL or the default URL.
What are you trying to achieve?
If you don't need this, just comment out the above code.
-
mmartinx, I don't think increasing the timeout dalay will help for your situation. Your issue could be an installation issue or configuration issue. If your site online? If so, please send the URL of your site and FTP access to kenneth@cutesoft.net. We will investigate this issue and get back to you.
-
1. Please put the mouse cursor over the CuteChat.dll and read the control description.
2. Does this situation happen often?
3. If you are using version 4.0, please check the ''Error'' folder in the root of your application. If you can find any error log, please send it to Adam@cutesoft.net.
-
funkybox,
You can create a button in the dialog page. When people click this button, you show a new dialog and put your own logic into this new dialog.
In the new dialog, when the user click the ''Ok'' button, you set the URL value of the parent window. it should resolve the problems.
-
Gennaro:Is there a way to disable cute editor by javascript ?
It's possible to hide the editor via JavaScript. But it's impossible to set it readonly via JavaScript.
The correct method to disable editor:
<CE:Editor id=''Editor1'' Readonly=true runat=''server''></CE:Editor>
-
After a bit of playing around today, I think I've found a solution myself.
<%=editorid%> .CuteEditorDropDown Span {width:Auto; font:normal 11px Tahoma;}
Seems to work???? Though not a clue as to why....
Anyway. I'll get our admins to monitor to see if this has any knock on effects elsewhere!
-
>>Is it possible for the cute editor for asp to include the self closing ''/'' in image tags? Even after manually editing the code in html view, the editor seems to strip out the closing forward slash
It should keep the closing forward slash automatically.
Demo:
http://cutesoft.net/asp/EnableAll.asp
-
I tried both, and neither worked. When I used flash I got the Error Flash: The Upload Task was Interrupted! io 2038 When I used silverlight, I got the same error as posted earlier
Also, as far as I know, the account from which the uploading is happening from has full trust, and I am not using the ...
-
My editor does have an ID of Editor1 so Editor1.ClientID returns
'CE_ctl00_ContentPlaceHolder1_Editor1_Editor1_ID'
So I've used the script as-is from your example.
by using editor1.getElementsByTagName(''IFrame'').id i managed to find the editor's IFrame id.
However using: ...
... 1357 ...
|
|
|