Forum Moderators: open

Message Too Old, No Replies

customizable inputting

         

joelu

1:59 am on Oct 6, 2004 (gmt 0)

10+ Year Member



i'd like to create form for letting clients to input and modify text. the form could be customizable as bold, italic, or even add a link on certain lines.
similar as hotmail compose page.
any idea or anywhere i can learn the lesson?
thanks

korkus2000

9:54 pm on Oct 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If I understand you right, you need to use regular expressions to parse through the string to find your special tags for the formatting. You can also use the string methods. I would do a search for javascript regular expressions. Actually getting the string from the input is quite easy.