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 TouchToneTommy 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. hunter13605

    Enter

    Back to it again. You have all been helpful in the past so i'm hoping that you can help me once more... In the past i had a problem with commas and was given code how to fix it so it would replace the comma with the code for a comma... $dob =~ s/,/,/g; $best =~ s/,/,/g; $worst =~...
  2. hunter13605

    mose over menu

    i am working on my fist website using css. i am doing ok so far but i am having some trouble on the navigation bars. There are two horizontal bars. The bottom should be blank until i put my mouse over something on the top. then i want the bottom bar to show the sub pages of the top button. I am...
  3. hunter13605

    Word limit in text box

    Is there a way to limit the number of words allowed? I am able to limit the number of characters but not sure how (or if it is possible) to limit the number of words.
  4. hunter13605

    Automatically Sumbit A Form

    i have a 3 case if else system that decides on which user type a person is. The only thing that i could find to automatically submit the form is... if ($match == 3) { print "<FORM ACTION=admin.pl METHOD='AutoPOST' NAME='sendtoadmin'>"; print "<INPUT TYPE='hidden' NAME='pin' VALUE=$pin>"...
  5. hunter13605

    Secure Logoff

    I have a logoff on my perl file but if somebody else was to go to the history or hit the back button it just lets them back into the account. Is there any way to stop this? I am using really simple code so i'm not too hopefull. You can view the page at http://www.match.nnysitedesigns.net/
  6. hunter13605

    Replacing A Character

    I am in the middle of writing a pearl program for my High School year book staff that allows them to collect the Senior will and Index's throught the internet to speed up the process. I have a systen setup so that each senior has their own login and then the administrator has a log in that gives...
  7. hunter13605

    Alphabatize

    Is there a command that would automatically alphabatize an array of data? I have written one in c++ but it is klunky and very unefficient.
  8. hunter13605

    Strings

    I am writing a program to find the mode of a group of numbers. I want to send a string of numbers from gerdata.pl to save.pl. This is the form code from getdata.pl #----------------------------------------------------------- print"<TABLE> <FORM ACTION=save.pl METHOD='post'> <INPUT...

Part and Inventory Search

Back
Top