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