you can set designmode on a iframe to make it editable if you like,
you can use javascript to use commands from the browser on the iframe
even.  And textarea may have a value attribute, however the element is
meant to tag its displayed value from between the open and close tags.

Jason

On Tue, 20 Jul 2004 11:51:22 -0700, bruce <[EMAIL PROTECTED]> wrote:
> vail...
> 
> 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?
> 
> -thanks..
> 
> ps.. to you guys who said that the <textarea> doesn't have a value=''.. it
> does...
> 
> 
> -----Original Message-----
> From: Vail, Warren [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 20, 2004 11:20 AM
> To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
> Subject: RE: [PHP] textarea/display question...
> 
> Have you considered an imbedded frame?  (Looks like a textarea, with the
> ability to imbed all types of controls (and tables) within it).  I'm not
> sure that all browsers support <IFRAME> yet, but the most widely used one
> does.
> 
> Another approach would be to use sprinf() formatting to imbed
> leading/trailing spaces to allow everything to line up, assuming your text
> area uses a fixed pitch font like courier.  Course since the control is an
> input control, trust your users are going to screw up the alignment, and
> don't count on getting the data back all neatly lined up.
> 
> Warren Vail
> 
> 
> 
> 
> -----Original Message-----
> From: bruce [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 20, 2004 10:59 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] textarea/display question...
> 
> hi..
> 
> i'm presenting a textarea to the user...
> 
> i'd like to be able to display the information within the textarea in a
> <table> format. this would allow me to highlight the material that the user
> should modify. however, i can't figure out how to accomplish this...
> 
> $foo = '<table><tr><td class='red'>blah</td></tr></table>';
> <textarea value='$foo'></textarea>
> 
> something like the above, but without displaying all the attrib stuff...
> 
> any ideas/pointers would be appreciated..
> 
> thanks
> 
> -bruce
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

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

Reply via email to