IIS ASP - Rich Text Box

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > June 2006 > Rich Text Box





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Rich Text Box
Chris

2006-06-22, 7:24 am

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.


Evertjan.

2006-06-22, 7:24 am

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)
Mike Brind

2006-06-22, 7:24 am


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/sam...application.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

Greg9Strat

2006-06-23, 1:21 pm

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...

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com