how bout:
$page =~ s/textarea/p/ig;
$page =~ s/\/textarea/\/p/ig;
You can use the 'disabled' attribute but that will not work in all browsers.
You could try using javascript but that doesn't work if users have it
disabled.
If you want the functionality of a non-editable area, you should not be
using a textarea tag, use <p>.
__________________
J a m e s
http://dotfash.com
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web