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 bkrike 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: *

  • Users: megp
  • Content: Threads
  • Order by date
  1. megp

    Password Protection Can Be Bypassed

    Greetings, I have a CGI script (in rudimentary Perl) that takes login name and password data, compares it to a database, and if it matches, prints one page, if no match, redirects back to the login page with an error message. This all works fine. My problem is that if one enters the location...
  2. megp

    Round & Limit Decimal Places in Calculated Result

    I use the following script to calculate the total amount due based on the amount ("invoice") entered in the form ("pay"). All works as needed, except that I need to be able to limit the results to two decimal places, preferably rounded as needed. What am I missing? Thank you, Meghan <script...
  3. megp

    Download .TXT from Perl/CGI Generated HTML

    I have a CGI script that compiles .TXT database info into a table. I'd like to add a link to the page that forces the user to save the .TXT file when they select the link. I'm sure I'm missing something terribly obvious, but forest and trees and all, I'm just not seeing it. Why can't I...
  4. megp

    Unintentional border around exported graphics

    I'm sure I'm missing something completely obvious, BUT... When I save an image for the web from Illustrator, I'm able to set the mat color and the image blends perfectly. When I export an image from CorelDraw v.12, I always get a border approximately 1px around the image, making it impossible...
  5. megp

    Form handler sometimes works, sometimes doesn't

    I use a CGI script to process quote requests submitted from my website at EMPE Media. When I've made test submissions, they've gone through 9/10 times. I had a couple of other people submit requests that I know haven't come through. What am I missing? Why does it work sometimes and not...
  6. megp

    Remove hard return from form textarea data

    I have a website with a guest book entry form handled by a CGI program that saves the form data to a .txt database ($in{'name'}|$in{'email'}|$in{'comments'}\n), then redirects the user to a .cgi page that displays the guest book. The problem is when there are hard returns in the comments...
  7. megp

    can connect network but not internet

    I have three machines networked through a netgear wireless router. We were on asdl internet, just switched to cable. My machine running win xp pro is connected to the router with a cat-5 cable and can find and use the network but can't connect to the internet. The other two machines are fully...
  8. megp

    Sendmail worked, now won't

    I need another set of eyes to look at this and see what I'm missing... This CGI/Perl script has the following purposes: 1) To verify that the required form fields are completed (works) 2) In the event that they are not, to recreate the form (works) 3) In the event that they are, to do the...
  9. megp

    Sendmail worked, now won't

    I need another set of eyes to look at this and see what I'm missing... This CGI/Perl script has the following purposes: 1) To verify that the required form fields are completed 2) In the event that they are not, to recreate the form 3) In the event that they are, to do the following: a)...
  10. megp

    Extract Form Data, Compute Total, and Return Total to Form

    I'm new to JavaScript and have managed to make unnecessarily complicated what should be a terribly simple script. I need to use the value of two drop-down boxes as variables in an equation, then return the total to another text box. As it is, nothing is returned to the total text box, and I...

Part and Inventory Search

Back
Top