Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): javascript
More Search Options
Showing page
62
of
408
(
4,076
total posts)
< 1
second(s)
Re: usage of cute editor in iframe and resizing
Found a work around. I needed to modify the include_CuteEditor.asp file to add the following on line 2< script language='
javascript
' > function OnResize(){} < /script > and on line 604 to add ;OnResize() to the two onclick events for two images + and - I do not recommend anyone else attempt this, but suggest that this ...
Posted to
Cute Editor for ASP
(Forum)
by
rcroeder
on
June 19, 2005
Re: Custom Button
demmett, Your code is here: <!-- #include file = ''EditorTool/include_CuteEditor.asp'' --> <HTML> <HEAD> <META NAME=''GENERATOR'' Content=''Microsoft Visual Studio 6.0''> <script language=''
JavaScript
''> <!-- function Paste_Html1(editorID,value) { var editor = new Object(); ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
March 9, 2005
Re: PAID Customer question: InsertText question
joshkerr, In non IE 5.5 browsers, The CE will display as a regular textrea. If your editor ID is editor1, CE will render as the followings: <TEXTAREA name=''Editor1_HTMLContent'' rows=''13'' cols=''50''></TEXTAREA> Insert the following code into the page head: <script ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
October 21, 2004
Re: Accessing the HTML Content of CuteEditor
Amy, <script language=''
JavaScript
'' type=''text/
javascript
'' > function yourfunction(editorID,value) { EditorID = editorID+''_editBox''; var editor = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 2, 2004
Re: two issues...... if any one has any ideas please help
Andy, There are two ways to set a limit to the characters. 1. Client side check <script language=''
JavaScript
'' type=''text/
javascript
'' > var EditorID = ''youreditorID_editBox''; var editor = document.getElementById(EditorID);function checklength() { if ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 31, 2004
javascript in Preview
hi if I put code <a href=''
javascript
void(0);'' onclick=''Katabat('ContactUs','');''>Contact Us</a> in the HMTL, and then I click Preview button and click HMTL button back.seems to me code will change to <a href=''
javascript
void(0);'' Contact Us</a> is that you guys block onclick code in the ...
Posted to
Cute Editor for .NET
(Forum)
by
sunnyz
on
May 4, 2005
Re: Access is denied JavaScript Error
I'm having this same problem. I removed document.domain = [My Domain] from my page and it worked. However, that line of code is required by another third party tool that I'm using. Is there any other way around this ''Access is denied''
javascript
error?
Posted to
Cute Editor for .NET
(Forum)
by
lkihlken
on
September 18, 2008
Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit
Jeroen, This thread is talking about the old version of Cute Editor. This issue has been resolved in version 5.x and 6.x. Please check the following examples: http://phphtmledit.com/
javascript
-submit.php http://cutesoft.net/asp/
javascript
-submit.asp Keep me posted
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 3, 2007
Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit
Jeroen, Which browser are you using? How did you make the change? We can't reproduce the problem here? If you do want to update the hidden field by yourself, please use the following code: // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 4, 2007
Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit
Jeroen, Which browser are you using? How did you make the change? We can't reproduce the problem here? If you do want to update the hidden field by yourself, please use the following code: // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 4, 2007
More Search Options
« First
...
< Previous
60
61
62
63
64
Next >
...
Last »