|
Search
You searched for the word(s):
Showing page 1701 of 1,765 (17,645 total posts)
< 1 second(s)
-
Sebworks,
For some reasons, the application can't find the CuteChat.dll.
Did you use the CuteChat configuration wizard or you installed it manually?
-
martin,
If you didn't use the save button, please check your submit button and make sure that you implement the onfocus event as followings:
<input type=''submit'' value=''Update'' onfocus=''save(Editor1)''>
-
It's a free upgrade.
-
renegs,
First you need to run the CuteChat.msi on your local machine. That will copy all the files to your local machine.
Then the CuteChat configuration wizard will automatically start (you can run it manually any time by clicking it).
The CuteChat configuration wizard will walk through all the installation steps. It ...
-
bnmiros,
Here is the Code:
ID = Request(''ID'')
If ID <> '''' then
sql=''select TitleField,MessageField from test where id=''&CInt(ID)&'''' set rs=server.createobject(''adodb.recordset'')
rs.open ...
-
verdend,
Public : if a room is not public , when the user joins the room , the admin would get a message, can accept the joining or reject the user.
Active : if a room is not active, no use could join the room.
Archive (not implemented ): if the archive is false , the message log would be deleted ...
-
azaldivar,
Try Change to the following line:
Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1','Testing...')'')
to:
Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1_editBox','Testing...')'')
Or you can use the JavaScript function in the addcustombuttons.aspx.
<script ...
-
Aluminum,
I am sorry for the delay.
We are still working on the testing and documentation. Most of your suggestions have been implemented in the new version. The project is much bigger than we planed. Sorry for the inconvenience.
-
Bob,
Have you tried the version 3.0
http://cutesoft.net/asp/
Let me know if you still have the same problems.
If you own a previous version, Email us at sales@cutesoft.net.
Please include the email address used for purchasing in your email
-
azaldivar,
After you registered your custom button, have you added this button to the editor template property?
<CE:Editor id=''Editor1'' runat=''server'' Template=''Bold,Italic,Underline,Separator,Test''></CE:Editor>
... 1701 ...
|
|
|