|
|
Browse by Tags
All Tags » asp
Showing page 1 of 2 (12 total posts)
-
we need to move our site www.backcountryracks.com to a new host asap and transfer all data. can this be down quickly and effectively without any down time to our site? if so, please reply or contact us. thanks for your time.
-
This is a new install
CuteEditor_asp_6_asp_*__**** running on Windows Server 2003
Editor init:
Dim editor
Set editor = New CuteEditor
editor.ID = ''Editor1''
editor.Text = ''Type here''
editor.FilesPath = ...
-
Hi,
I am using Cute Editor to save information in the database. Before it is actually saved I'm using javascript to format the information. Since the page is generated using an XML i'm providing the cute editor as pure HTML.
I'm facing a problem when I use javascript onclick on a button to access the information ...
-
I need to be able to paste in large chunks of HTML that has embedded open and close form tags already in it. I am ok with them being stripped out in some way, but I have yet to figure out how to do this, even with Javascript, because the form gets totally screwed up the moment the form tags get in there. PLEASE ...
-
Hello,
I have a folder with over 800 documents and it takes more than 1min to load in the Downloadable Files-window. Is this normal?
thanks,
Hakon
-
We are using version 6.
There is an extreme lag when ever we type or paste information from the clipboard.
I don't know what other information you guys need.
-
Has anyone worked out how to integrate CuteEditor ASP with the Snitz forums ?
I would love to replace the editor, but don't want to re-invent the wheel.
Thanks
-
i've been using a popup window to populate my content in the textarea of the Editor. So you can use the <%=editor.ClientID%>, but it doesn't help you if you're trying to access the CuteEditor from another page (or popup window). So you can still use the javascript API, but instead of using :
var editor1 = ...
-
My Editor now just comes up with the word ''undefined'' in the text area.
Here's my current best guess.
My configuration:
Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''Description'' editor1.Text = sDescription editor1.FilesPath ...
-
I tried the <script> tag to try and run that part as VB but I get errors this way also. Here is what I have...<script src=''CuteEditor_Files/include_CuteEditor.asp'' language=''vbscript'' runat=''server''><%Dim editorSet editor = New CuteEditoreditor.ID = ''Story''editor.Text = ''Hello World''editor.Width = ...
1
|
|
|