Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Rich Text Box

Reply
Thread Tools

Rich Text Box

 
 
Chris
Guest
Posts: n/a
 
      06-22-2006
Does anyone know of any rich text boxes for classic asp. It needs to support
tables and multiple images. I can find lots .net ones but not classic asp.
Regards, Chris.


 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      06-22-2006
Chris wrote on 22 jun 2006 in microsoft.public.inetserver.asp.general:

> Does anyone know of any rich text boxes for classic asp. It needs to
> support tables and multiple images. I can find lots .net ones but not
> classic asp. Regards, Chris.


Classic ASP runs on the server.

Servers have no need for visual things like boxes,
as they live clientside.

While you can programme ASP to make clientside code,
it is even ment to do that,
you have to do that yourself or use someone elses code.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
 
Mike Brind
Guest
Posts: n/a
 
      06-22-2006

Chris wrote:
> Does anyone know of any rich text boxes for classic asp. It needs to support
> tables and multiple images. I can find lots .net ones but not classic asp.
> Regards, Chris.


http://tinymce.moxiecode.com/
http://www.webwizguide.info/asp/samp...pplication.asp
http://www.codeproject.com/jscript/w3richtechedit.asp
http://www.fckeditor.net/demo/default.html
http://www.richtext.org.uk/
http://www.kevinroth.com/rte/

--
Mike Brind

 
Reply With Quote
 
Greg9Strat
Guest
Posts: n/a
 
      06-23-2006
Many of the RTB (Rich Text Boxes) are client-side script using a
combination of a textarea as input (that is typically hidden) and a div
element that is displayed 'on top of' the text area with the text
styled...

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
rich:dataTable - rich:dataScroller Hollow Quincy Java 5 01-02-2012 08:59 PM
div box questions; float text around a box, fit box to image size Gnarlodious HTML 4 05-05-2010 11:30 AM
(Free) Rich Text Box web control... EEEdiot ASP .Net 8 12-20-2004 05:15 PM
rich text box issue Catherine Jones ASP .Net 1 12-11-2003 07:49 PM
OT: Rich Text Box editor (IE object) Marina ASP .Net 1 07-11-2003 05:05 PM



Advertisments