Ask a Question related to PERL Modules, Design and Development.
-
Franzl Wisseworst #1
Sticky notes page module?
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. No fancy html output and so on.
Should I be lookiung at any particular modules or would that be
overcomplicating an otherwise simple set of functions?
The purpose is just a kind of collaborative sticky notes.
Nothing less or more.
Thanks in advance for any pointers or ideas!
Franzl Wisseworst Guest
-
What happens to sticky notes (Text) when converting to Tiff
I am using the native Acrobat "SaveAs" function to convert PDF's to TIFF. Can you help me determine what I should do about preserving sticky notes... -
Sticky Rollover
I have menu images that should have rollovers. When you click on an menu image, a layer becomes visible, and the menu image should change to an... -
Sticky text links
I have a page http://www.crosshatchdesign.com/synergy/coverage.html The links load a page into the iframe below. Now the client wants the link... -
Sticky Rollovers
Stephanie: Stick? And are you using the browser's back button or the back button on your page? -- Murray --- ICQ 71997575 Team Macromedia... -
Mouse goes sticky
Have a sticky mouse...every couple of minutes it will just stick in one spot and after moving the mouse erratically on my desk it will come unstuck... -
Gunnar Hjalmarsson #2
Re: Sticky notes page module?
Franzl Wisseworst wrote:
CGI.pm generated form elements are sticky by default.> 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.
perldoc CGI
--
Gunnar Hjalmarsson
Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
Gunnar Hjalmarsson Guest



Reply With Quote

