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

  1. vetteguy69

    Javascript Form/Checkbox Question

    That wrong bracket did it. Thanks very much for your speedy responses and help Dan. It's greatly appreciated. =Mike
  2. vetteguy69

    Javascript Form/Checkbox Question

    No I'm testing it on a live server. I even put an alert box inside the function to make sure my page is reading it, it is but the box doesn't get checked off ?!?! =mike
  3. vetteguy69

    Javascript Form/Checkbox Question

    I tried using the onLoad and it still doesn't check off the box I want. I'm not sure what else to try. here's the code I'm using: <script type=&quot;text/javascript&quot; language=&quot;javascript&quot;> function setup() { if (document.referrer == &quot;pageA.htm&quot;)...
  4. vetteguy69

    Javascript Form/Checkbox Question

    Hello All, I have a page with a text link that goes to another page with a form on it that includes checkboxes. If the user clicks the text link on pageA I want to go to pageB(page with form) and check off a certain checkbox. I have the following javascript in the header of pageB now but it...
  5. vetteguy69

    Validate Email Address Function

    Hello, I am creating a bash script that needs to validate email addresses. It must call a function to validate the address and see if it's on the local system or not. Then it needs to return a value and send a file to that email address provided it's valid. Any help is greatly appreciated.
  6. vetteguy69

    Date Query Question

    ok got that working. For my next trick I'm trying to make a dropdown list with the months and based on the month the user selects it displays the people whose bday is in that month. HOw would I do this?
  7. vetteguy69

    Date Query Question

    In trying to use the query you suggested I am running into some problems. When I submit my data from my form to the .php page with the query on it, it doesn't return any results. What data type should the dob field be in my database. I have it set as text now and I think it's wrong. Any...
  8. vetteguy69

    Date Query Problem

    I have a MySQL database and was looking for a query to take in 2 form variables (beginning and end date) and based on those dates, return users from the database who's birthday(already in database column) is within that date range. How would I achieve this type of functionality?
  9. vetteguy69

    Date Query Question

    I have a MySQL database and was looking for a query to take in 2 form variables (beginning and end date) and based on those dates, return users from the database who's birthday(already in database column) is within that date range. How would I achieve this type of functionality?
  10. vetteguy69

    SQL Query Date Problem

    Thank you very much for your help.
  11. vetteguy69

    SQL Query Date Problem

    The software I'm using is PHP 4.0 on a MySQL database. thanks, Mike
  12. vetteguy69

    SQL Query Date Problem

    I have a MySQL database and was looking for a query to take in 2 form variables (beginning and end date) and based on those dates, return users from the database who's birthday(already in database column) is within that date range. How would I achieve this type of functionality?
  13. vetteguy69

    SQL Current_Date Query Help

    Hello, I am making a data driven site and want an admin page to display a list of people whose birthdays are in the next 14 days based on data from a MySQL database. How would I devise the SQL query to take in the current date and show me the birthdays from the database who are within 14 days of...

Part and Inventory Search

Back
Top