This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1D69E.EE151360
Content-Type: text/plain;
charset="iso-8859-1"
Needless to say, implementing this will shut out anyone using a
non-Microsoft browser, so keep in mind that unless this is for an Intranet
page where everyone is using IE, about 15% of your users will not be able t
do anything with this.
Cheers -
George L Smyth, Webmaster
U.S. Naval Academy Alumni Association
-----Original Message-----
From: Ken Lee [mailto:tormented1_au@h...]
Sent: Thursday, March 28, 2002 12:38 AM
To: javascript
Subject: [javascript] Re: Formatting Textfield
Beautiful!!!!! 110% of what i was looking for. I was wasting time searching
on google for the wrong thing!!!
Life saver!!
Thanks again!!
>From: "philipsayers"
>Reply-To: "javascript"
>To: "javascript"
>Subject: [javascript] Re: Formatting Textfield
>Date: Thu, 28 Mar 2002 00:28:18 -0500
>
>Look into something called
>Editable "DIV"
>
>If you search MSDN (msdn.microsoft.com) for something called MSHTML
>editing component there is an example on how to do this.
>
>
>-----Original Message-----
>From: Arun Kumar [mailto:akumar@g...]
>Sent: Thursday, March 28, 2002 12:17 AM
>To: javascript
>Subject: [javascript] Re: Formatting Textfield
>
>i have to look for it how it works.
>i will come to later
>
>----- Original Message -----
>From: "Ken Lee"
>To: "javascript"
>Sent: Thursday, March 28, 2002 10:04 AM
>Subject: [javascript] Re: Formatting Textfield
>
>
> >
> > I tried. All I could find is just how to apply css style to the
>entire
> > textfield and not just part of the textfield. I want to be able to add
>html
> > tags like hotmail do when you select Rich-Text Editor On.
> > Actually, I know how to add the HTML Tags, but I don't know how to
>make
> > the textfield recognise the tags.
> >
> > Thanks,
> >
> > Ken
> > >From: "Arun Kumar" Reply-To: "javascript" To: "javascript" Subject:
> > >[javascript] Re: Formatting Textfield Date: Thu, 28 Mar 2002 09:42:07
>+0530
> > >
> > >you can do it with client side javaScript. there are lots of
>resources
>for
> > >that just make a search on google.
> > >
> > >----- Original Message ----- From: Ken Lee To: javascript Sent:
>Thursday,
> > >March 28, 2002 7:49 AM Subject: [javascript] Formatting Textfield
> > >
> > >
> > >Hi All,
> > >
> > >I was wondering if anyone knows how sites like hotmail add formatting
>to
> > >their textfield (like adding font style and color) when someone is
> > >composing a message. I think they use IFrame to create effect. If so,
>can
> > >someone point me to a good site to learn it please.
> > >
> > >Thank you in advance.
> > >
> > >Ken