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

This is quite clever.

Unfortunately, the node parsing code has also destroyed some of your Javascript; it's translated the ] and ^ substitutions into bastardized links. :) But we get the point, anyway.

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

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