http://www.perlmonks.org?node_id=668627


in reply to Re^2: Option to Toggle Perlmonks Markup for Free Nodelet
in thread Option to Toggle Perlmonks Markup for Free Nodelet

See perlmonk.org II: Son of Perlmonk and jcwren's home node for a free hosting option. Also I think Google offers Google Pages and Yahoo also offers something ...

  • Comment on Re^3: Option to Toggle Perlmonks Markup for Free Nodelet

Replies are listed 'Best First'.
Re^4: Option to Toggle Perlmonks Markup for Free Nodelet (pm hosting code)
by tye (Sage) on Feb 18, 2008 at 18:12 UTC

    You can put the javascript in code tags in a node:

    alert("it worked!")

    and probably use something like:

    <script href="?node_id=668629;displaytype=displaycode;abspart=1;part=1 +">

    (Unless your browser refuses to run javascript that wasn't served with a "text/javascript" MIME header.)

    - tye