in reply to RE: Monkifying posts is too rough (solution, not rant :)
in thread Monkifying posts is too rough (solution, not rant :)

I shall never give up! a working version: <FORM> <TEXTAREA name='node_doctext' cols=50 rows=15> I like to smile... <monkify>;-></monkify>
Here's some code
<monkify>
my $value = [ qw/hey there/ ];
print $value->[1];
</monkify>
</TEXTAREA>

<SCRIPT LANGUAGE="JavaScript"> </SCRIPT> <INPUT Type=Button VALUE="Monkify" OnClick="monkify(this.form.node_doctext);return true;"> </FORM>

--
Casey
  • Comment on RE: RE: Monkifying posts is too rough (solution, not rant :)

Replies are listed 'Best First'.
RE: RE: RE: Monkifying posts is too rough (solution, not rant :)
by cwest (Friar) on Jun 14, 2000 at 05:21 UTC
    Well... I lost that battle, I'm sure you all get the idea, and understand the functional improvement thereof.
    --
    Casey