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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. UnDoug

    Addressing Unknown Number of Variables

    Paul, I think that's got it for me. Thanks. I really thought I had tried that. I realize CGI.pm is more up-to-date. I just haven't had time to familiarize myself with it. Thanks, again!
  2. UnDoug

    Addressing Unknown Number of Variables

    I have a question regarding Perl programming. Below are a short version (with "short" being relative) and a long version (which gives more details of the specific program I'm writing). Any help is appreciated. The short version: I have a web form in which I create a set of checkboxes by...
  3. UnDoug

    Workstation Service Causing SLOW Boot

    Hi, On a Dell Latitude X300 laptop running XP Pro SP2, it went from booting up pretty quickly to taking about 3 minutes from the time the user enters the username/password to the time the desktop and its icons appear. Using msconfig.exe, I narrowed the problem down to the "workstation" service...
  4. UnDoug

    What is the best way to fill checkboxes based on form input?

    Thanks, PaulTEG! I had done something similar, but your way is a bit more graceful. I learned a couple things from your post, too!
  5. UnDoug

    What is the best way to fill checkboxes based on form input?

    Hi, I have a perl script that creates a web form. The user can then fill in the form (which contains LOTS of checkboxes) and submit the data. I then need the script to display the form again, but this time reflecting the user's input. So if the original form showed a blank for their name and...
  6. UnDoug

    Printing Form Submission Data to a Networked Printer

    This thread can be considered closed. I discovered the "html2ps" script for converting html to postscript, and can now have my script receive the form data, write it to an html file, run the html2ps script to create a postscript file, and then send the postscript file to the printer.
  7. UnDoug

    Printing Form Submission Data to a Networked Printer

    Hi, I have a webform that users will fill out, and upon clicking the submit button, I need the submission to be printed from our web server to a network printer so that it looks like the form that was filled out (same layout and formatting--it's mostly a form with checkboxes and text boxes)...
  8. UnDoug

    Preserve formatting when copying and pasting into Web Form

    I've cross posted the following to the Perl forum. Sorry if it's not appropriate for this forum: Hi, I'm having a problem with an HTML web form that is generated by a Perl script. The Perl script first reads in an HTML file and displays it's contents at the top of the page (it's the...
  9. UnDoug

    Text Editor for Mac

    What most people swear by is "BB Edit". I believe it's from BareBones Software.
  10. UnDoug

    How to preserve formatting when copying and pasting into a web form.

    Hi, I'm having a problem with an HTML web form that is generated by a Perl script. The Perl script first reads in an HTML file and displays it's contents at the top of the page (it's the syllabus for a course taught by a college instructor). Beneath the syllabus, is the web form. The...
  11. UnDoug

    All I want to do is enable perl scripts to use sendmail.

    Hi, At work, on our Sun Solaris servers, I write perl scripts that use sendmail to send messages. On my home FreeBSD box, I haven't been able to get it to work. Can anyone tell me or point me to a web resource that will tell me how to configure things so that perl scripts can send outgoing...
  12. UnDoug

    Web form that is parsed by ReadParse loses formatting

    Thanks for responding! I think that may have solved the problem. Or at least in the testing I've done it seems to work. Thanks!!!
  13. UnDoug

    can't display HTML file in browser

    Make sure that the HTML files that are created contain the "Content-type: text/html" line somewhere before the actual html. That's been my problem on a number of occasions.
  14. UnDoug

    Web form that is parsed by ReadParse loses formatting

    Hello, My first time posting here. If this isn't the appropriate forum area, please let me know. I have a webpage that contains a fill-in form. One part of the form is a &quot;textarea&quot; using the <textarea> tags. When I process the submitted data using &ReadParse in Perl 5.8.0, the...

Part and Inventory Search

Back
Top