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 SkipVought 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: quan
  • Order by date
  1. quan

    Simple script to check size of uploaded form data..

    Sweet, the enviromental variable was what I was looking for. Thanks a million. <i>Its okay to dream.....</i>
  2. quan

    Simple script to check size of uploaded form data..

    Trying to figure out a simple script that checks the size of submitted form data. Thanks a million <i>Its okay to dream.....</i>
  3. quan

    Simple script to check and store size of posted form data

    Looking for easy script to check for the size of form data posted. Thanks for the help <i>Its okay to dream.....</i>
  4. quan

    Simple script to set starting field on page load...

    What can I say, short and sweet, the way I like it. Thanks a million quan <i>Its okay to dream.....</i>
  5. quan

    Read POST data and write to a text file

    You will need the form data field name which the text is being passed to. Then you must have a parsing routine to prep the data, then after parsed, retrieve the data, and store it to a variable. Open a text log file and write it to the file. Close the file, then print some output. >> will add...
  6. quan

    IE6:Cant log in to any sites....

    I will give it a try, thanks for your help, I am about ready to downgrade to 5.5 because of all the buggyi-ness of ie6 <i>Its okay to dream.....</i>
  7. quan

    Simple script to set starting field on page load...

    Having trouble with script that sets start point to a specific form field when a page loads. Thanks for your help <i>Its okay to dream.....</i>
  8. quan

    IE6:Cant log in to any sites....

    Just recently when ever I go to a site which requires a user name and password, ie6 blinks around a little then says authorization failed before I even get a chance to type in my user name and password. Any one know what could be causing this problem. Thanks a million. P.S. I am having to use...
  9. quan

    Question About &lt;STDIN&gt;

    Poking around with <STDIN>. Is this command only for command prompt type applications and not internet? #! /usr/bin/perl print (&quot;What is your name?&quot;); $name = <STDIN>; ($name); #removes new line character print (&quot;Hello, $name \n&quot;); I am running this from my CGI bin on my...
  10. quan

    Help needed with Foreach loop!!!!!!!!

    Another suggestion which would make things alot less complicated would be to use double delimitation with 2 characters, one delimitation with a colon to separate members, another with a comma to separate sub information. You could also even throw in their password if you wanted to...
  11. quan

    Special character detection on a form....

    Worked like a charm, thanks a mill... <i>Its okay to dream.....</i>
  12. quan

    Special character detection on a form....

    Exactly, only want alph numeric input. I will give that a try. Thanks a million. <i>Its okay to dream.....</i>
  13. quan

    Special character detection on a form....

    I am trying to detect if the user has entered any characters beside alpha numeric on a form. This is what i have so far. I dump the form data field into a scalor called $field. Problem is that when I do type in alpha numeric it still thinks it is a special character. Any help is appreciated...
  14. quan

    CGI Trouble

    Kimberli, I could probably help you out with a graphics area. I have written scripts for a graphics area on my site. Let me know and I could get you some script if I had more info. <i>Its okay to dream.....</i>
  15. quan

    Limiting form fields to alpha numeric input only

    Cool, yes, that is exactly what I need, thanks a million,and yes, I am posted in the java forum too, for server side. Thanks <i>Its okay to dream.....</i>
  16. quan

    OnBlur and Tab Key Problem

    Maybe you could do a check for the ASCII value of the tab key <i>Its okay to dream.....</i>
  17. quan

    Blocking form data to alpha numeric input only

    Need to create javascript which will only allow alpha numeric input into the form. It will block special characters such as &quot;,%'!&quot; etc or any other non alpha numeric input. Thanks for your help. <i>Its okay to dream.....</i>
  18. quan

    Limiting form fields to alpha numeric input only

    Hello, I need some script that will test to make sure that a person has only entered alpha-numeric data into a form and not any special characters such as &quot;,%!'&quot; etc Basicly a person will fill out a form, which then will get parsed. I would like to test all the fields of the form...
  19. quan

    Got another one, creating thumbnail of images with perl!!

    I need to create thumbnails dynamically with perl. I have messed around but haven't been able to get consistent results. Images are jpgs,gifs. Is there a way to calculate on the fly what the height and width parameters of the images need to be? Thanks for help. : ) <i>Its okay to...
  20. quan

    Generating ascII value for a string

    Thanks Neil, That is what I needed.................. U the man <i>Its okay to dream.....</i>

Part and Inventory Search

Back
Top