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 derfloh 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. petenyce105

    Search problem

    I have apache installed with php and mysql all works but one issue. i have a popup window that has a text box. now when user types data in it , it should search against my database and return error or the records. when i put data in and click search it goes blank? so its not looking at the...
  2. petenyce105

    Popup problem

    i have a form called people, with two feilds address name. next to address i have a button when clicked shows form address. now i have one feild called address on the form address. when the user clicks ok i wnat access to display the address value on the form called people? ANy help
  3. petenyce105

    Submitt Button

    I just want to submit the current record to a new table by a command button . So if their is 3000 records i can just submit the records i want into this new table. the table is Id Order card. So when the user presses the button it submitts the record into this new table thanks Pete
  4. petenyce105

    Submitt Button

    I have a form with fields. Now i have a add new record button which workds fine. But i want certain records to submit to another table? How could i have a button that sends that record to a different table. the table im using is called id cards and the table wher ei want the information to go to...
  5. petenyce105

    Design Issue

    I designed web page in 800 * 600 screen res. but when you look at it in 1024 * 768 it looks alot smaller any way through javascript or another way to auto size? or do i ahve to do a whole site redesign? thanks pete
  6. petenyce105

    Javascript pull down menu

    I was wondering how i would go about creating a javascript pull down menu? if a user points to a choice it will pull down a menu of different selections? I know can be done in dhtml but in javascript? any tips tricks or begining scripts thanks
  7. petenyce105

    Save copy of forms

    well i have it stored in a mysql database, but is their a way to show online what forms have been submitted instead of me doing it manually. So if the user submitts 5 forms they can check a web page and see copys of those forms they submitted?
  8. petenyce105

    Save copy of forms

    Well what if i wanted it to store on a web page?
  9. petenyce105

    Save copy of forms

    well where would this store the form?
  10. petenyce105

    Save copy of forms

    i have aform that gets submitted to a mysql database. now is their a way to save a copy of this form like a history of submissions for the user to see?
  11. petenyce105

    Email validation

    im trying to validate a email address. im using this function and returning me a error <script language=&quot;javascript&quot;> Function email() if (ereg('^[a-zA-Z0-9_\.\-]+@[a-zA-Z0-9\-]+\.[a-zA-z0-9\-\.]+$')) return true; else return false; } </script>...
  12. petenyce105

    Validation

    I have a pop up window that searches a database. now i want the user to type in a min of three characters. i used this script but it passes the validation and dosent even validate can someone help me? <form method=&quot;post&quot; name=&quot;registerForm&quot; onsubmit=&quot;Nice()&quot;>...

Part and Inventory Search

Back
Top