Stut wrote:
> On Tue, 20 Jul 2004 11:51:22 -0700, bruce <[EMAIL PROTECTED]>
> wrote: 
>> with an iframe... can i allow the user to make changes... and then
>> capture the "data" as a value for a post within a form..???
>> 
>> in other words...does it closely give me what a textarea does with
>> regards to allowing a user to make mods to the information?
> 
> What you're looking for is a replace for <textarea> that supports
> HTML editing. Try http://www.interactivetools.com/products/htmlarea/
> (IE only unfortunately - but there are others, try searching Google
> for "edit html textarea" or similar to find them).   
> 
>> ps.. to you guys who said that the <textarea> doesn't have a
>> value=''.. it does...
> 
> Erm, no, it doesn't.
> 
> --
> Stut

There is a newer version of the HTMLarea from Interactive Tools, and it
is supported by IE 5.x, Mozilla, Firefox, etc.

http://dynarch.com/mishoo/htmlarea.epl

HTH.

Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to