Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-02-2007, 06:04 PM   PM User | #1
varuag
New Coder

 
Join Date: May 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
varuag is an unknown quantity at this point
Exclamation Rich Text Editor

I want to have a rich text editor for my board. I already have one in javaScript, but in my second ASP page, it is not retrieving the value.

Code :

//Usage: writeRichText(fieldname, html, width, height, buttons, readOnly)
writeRichText('message', 'here's the "<em>preloaded</em> <b>content</b>"', 400, 200, true, false);

It is written through javaScript. The Request.Form("message") is not working and is only picking up the preloaded content!!!

Can anyone either give me a new one, without the code showing in the textarea (when you press bold, the message has <b>Text</b> added on), or fix the problem.
varuag is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:48 AM.


Advertisement
Log in to turn off these ads.