User Profile

Collapse

Profile Sidebar

Collapse
jschenker01
jschenker01
Last Activity: Jan 29 '14, 02:09 PM
Joined: Jan 24 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jschenker01
    started a topic validate textarea

    validate textarea

    I found an external js that works GREAT for my text fields.. but will not work on my textarea.

    Help?
    Code:
    /**
     * InputFilter.js: unobtrusive filtering of keystrokes for <input> elements
     *
     * This module finds all <input type="text"> elements in the document that
     * have an "data-allowed-chars" attribute. It registers keypress, textInput, and
     * textinput event
    ...
    See more | Go to post

  • jschenker01
    replied to replace character in CSV field..
    in Perl
    Forgive my ignorance...
    I'll try to explain better what I have going on, but I'll probably botch it. :)

    I have another cgi script that creates the layout for my csv.
    The PL script I have runs the cgi script, then saves the csv file and FTP's it.

    What I'm looking for is a snippet I can add to my existing pl script to replace the quotes within fields 19 & 30 with /"

    Here is my full PL script.....
    See more | Go to post
    Last edited by RonB; Jan 25 '14, 05:26 AM.

    Leave a comment:


  • jschenker01
    replied to Best way to optimize my travel website?
    Are you looking for SEO tips?
    See more | Go to post

    Leave a comment:


  • jschenker01
    started a topic replace character in CSV field..
    in Perl

    replace character in CSV field..

    This is a chunk of the scrip I use to FTP a csv file..
    The problem I am having is the fields 19 & 30.

    In a couple of the records there are quotes. (ie. 18" wheels)
    How can I have the script escape it where it (ie. 18\" wheels)?

    Thanks for any help!

    ----------------------
    Code:
    #!/usr/bin/perl --
    #use LWP;
    use CGI::Carp qw(fatalsToBrowser);
    use strict;
    use LWP::Simple;
    ...
    See more | Go to post
    Last edited by Rabbit; Jan 24 '14, 04:58 AM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Working...