http://qs321.pair.com?node_id=668625


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

Thank you Corion. But my problem with this is that, at the moment, I don't have a http://somewhere.else.example to store my own scripts on.

Update: Actually, I didn't realize that Google provided free webspace along w/ my email account ... so now I do have a somewhere.else to link from. Thanks for jumpstarting my brain for me ...

Update 2:And thank you as well tye, I didn't know I could do that either.
  • Comment on Re^2: Option to Toggle Perlmonks Markup for Free Nodelet

Replies are listed 'Best First'.
Re^3: Option to Toggle Perlmonks Markup for Free Nodelet
by Corion (Patriarch) on Feb 18, 2008 at 17:57 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