|
Posted by Gunnar Hjalmarsson on July 6, 2006, 4:41 pm
Please log in for more thread options
Franzl Wisseworst wrote:
> Are there any modules that function in form interfaces to modify a very
> simple scratchpad type of html page. In short, like:
>
> ----- sample html page ----
> <html> <head and other stuff...> <body>
>
> <form><textarea>
>
> my bla bla not-to-forget notes.
>
> my own brainless comment..
>
> and someone's else brainless comment.
>
> </textarea></form>
>
> <here is a formbutton>[save update]</formbutton>
> (but maybe automated w/ JS onchange to prevent repetitive strain injury).
>
> -------- end of sample ------
>
> Maybe it sounds like I don't know what I'm talking about but I'm looking
> for simple modification function where the actual form is what is displayed
> on the html page, and thereby fills the dual function of display and
> editing.
CGI.pm generated form elements are sticky by default.
perldoc CGI
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
|