Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KChang

  1. KChang

    Need help with displaying Javascript w/ Perl

    Duh I knew it was something stoopid you always make things harder than they are when you are tired thank you very much for looking over this for me.
  2. KChang

    Need help with displaying Javascript w/ Perl

    this is a sample using an input box to demonstrate what I mean #!/usr/bin/perl -w @widgetformhead = <<"HTML"; <form method="post"> <textarea name="snippetsource" cols="50" class="required" id="snippet[source]"/> </textarea> <input type="submit" class="primaryAction" id="submit-wf_TestForm"...
  3. KChang

    Need help with displaying Javascript w/ Perl

    Hello, I am having an issue that is driving me nuts and probably has a simple resolution, I am storing Java script code in a string example $javaSC pulls code from a database $javaSC = "<script type="text/javascript"> <!-- xxx //--></script> the problem is when displayed for the user to copy...

Part and Inventory Search

Back
Top