Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): form
More Search Options
Showing page
7
of
300
(
2,996
total posts)
< 1
second(s)
Re: After certain lengt of text in editor, form cannot be submited.
Patrick - How much text are we talking about? 5,000 characters? 20,000 characters? More? I have tested 50,000 characters with no problems. Here is my code if it helps: <SCRIPT language=''JavaScript1.2''> function submit
Form
() { if (validate
Form
()) { document.
form
s[0].submit() ; } } function ...
Posted to
Cute Editor for ASP
(Forum)
by
Anonymous
on
March 24, 2004
Re: After certain lengt of text in editor, form cannot be submited.
, okay, I'll explain further. I'm integrating the editor into my
form
. With-in this
form
I have the rich text editor and other fields, e.g. name text box, email address text box that I need to capture to be inputted into a database. Thus I need to include ''editor.draw'' in a <
form
> </
form
> tag so that I am able to ...
Posted to
Cute Editor for ASP
(Forum)
by
Patrick Chua
on
March 23, 2004
Re: multiple instances within the same form?
Update... worked like magic, used demo2 as the basis as I wanted to manipulate the files on receipt. made sure I had a separate name for each instance and all pointed to teh same upload receiver with varying query strings... Great script saved me many hours... Cheers John B
Posted to
PHP File Uploader
(Forum)
by
ShadowJohn
on
January 10, 2012
Re: Firefox problems with form elements?
rockford, This is the browser limitation. We cannot overwrite this behavior. Try this example: http://www.mozilla.org/editor/midasdemo/ For details, please check the following aritlce: http://kb.mozillazine.org/Firefox_:_Midas After you submit the
form
, the input box should be editable in ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 28, 2007
Re: Ability to write custom javascript to validate form elements?
rockford, >>is there an on-click event-handler anywhere that is executed? You need to add your own. Please read this: http://www.w3schools.com/asp/asp_input
form
s.asp >>If so, can we add our own validation javascript to that event-handler (instead of directly ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 23, 2008
Re: Executing a button event on the cute editor form
The command you provided... editor1.ExecCommand(''PostBack''); works, but when I try to capture the event in vb, the e.CommandName value of the System.Web.UI.WebControls.CommandEventArgs comes back as 'undefined'. I tried the following... editor1.ExecCommand(''PostBack'',''Save''); I was hoping that ...
Posted to
Cute Editor for .NET
(Forum)
by
JonE
on
December 18, 2006
Re: After certain lengt of text in editor, form cannot be submited.
krisryden , thanks for you input. In the target page I did code Request.
Form
(''Editor1_HTMLContent''). But this has nothing to do with the target page. Please read carefully about my issue. AGAIN, as simple as can be.....the PROBLEM IS: I can't submit the
form
once I copy paste too much text ...
Posted to
Cute Editor for ASP
(Forum)
by
Patrick Chua
on
March 24, 2004
Re: How to upload file at the same time as the rest of the form is submitted?
Hi jerry2, see the red code, it shows you how to detect if the upload queue has a file or not . if (uploadobj.getqueuecount() > 0) { uploadobj.startupload(); ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
December 16, 2010
Re: Enter key in different form field displays file dialog
I must say I'm surprised to hear of your experience. My own is quite the contrary. I primarily use the forums and CuteSoft has always promptly answered any questions I've had. Check out the forums, they are littered with examples of the company stepping up to solve problems of individuals. Literally creating new builds to ...
Posted to
Ajax Uploader
(Forum)
by
delamitry
on
September 1, 2009
Re: Stipped down form of HTML output
Hi, Here is the HTML (had to add some / so the code would appear as text): /<
form
id=''
Form
1'' method=''post'' runat=''server''/> /<asp:button id=''Button1'' style=''Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 528px'' ...
Posted to
Cute Editor for .NET
(Forum)
by
auxe
on
January 6, 2005
More Search Options
« First
...
< Previous
5
6
7
8
9
Next >
...
Last »