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

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

    LOGOUT

    hope someone can help me? Just wondering if there are any scripts that can be used to logout once logged in? thanks Amy
  2. ameslee

    need help with tax form

    i need help with this. its not working <html><head><title>Tax</title> <style type="text/css"> <!-- .style5 {color: #000000} --> </style> </head> <body bgcolor = "#c67777"> <h1 align=center>Tax Rates</h1></center> <form name = "form" method = "post" action = "javascriptvoid(0)"> <input...
  3. ameslee

    Displaying and Replacing records

    I have displayed a certain amount of records on my site, how do i keep it up to date so that once a date passes; i am displaying events and dates; that one gets replaced with newer ones from the database. thanks!
  4. ameslee

    Database Integration

    Hope someone can help me, i have a website, that isnt up yet, im wondering how to diplay certain things from the database in my website? Thanks Amy
  5. ameslee

    12 hour time to 24 hour time

    just wondering how i would display 12 hour time to 24 hour time, in my database. I have an events table that has a start and finished time, i dont have the seconds displaying. If this isnt possible, is it possible to display am or pm within the field. Hope i have explained it enough! thanks!
  6. ameslee

    Specific links one colour, other links another

    hope someone can help me? how do you make specific links one colour and other links another. I have text links in my menu and other links on the page within the content, i want to change the colours of the links in the menu. How do i do this? thanks
  7. ameslee

    displaying more than one record

    hey can anyone help me with displaying more than one record? here is my code. <html> <head> <title>Display all Users</title> </head> <body> <h3>User Details</h3> <?php //database connection include("database.inc"); $query = "Select * From `login`"; $mysql_result=mysql_query($query,$conn)...
  8. ameslee

    Displaying more than one record

    hey can anyone help me with displaying more than one record? here is my code. <html> <head> <title>Display all Users</title> </head> <body> <h3>User Details</h3> <?php //database connection include("database.inc"); $query = "Select * From `login`"; $mysql_result=mysql_query($query,$conn)...
  9. ameslee

    help please

    i need this form to send the data entered into it to my email and the postcode has to be numeric and and data must be entered into both the postcode and the feedback fields, this is so confusing can anyone help? <HTML> <HEAD> <TITLE> Integrate and Use a Scripting Language </TITLE> <script type =...
  10. ameslee

    help please

    i need this form to send the data entered into it to my email and the postcode has to be numeric and and data must be entered into both the postcode and the feedback fields, this is so confusing can anyone help? <HTML> <HEAD> <TITLE> Integrate and Use a Scripting Language </TITLE> <script type =...
  11. ameslee

    another question

    as you can see im not really good at this, can someone please help me with this one 2 <html> <head> <title>Tax Application</title> <script type = "text/VBScript"> option explicit function calculate() dim intsalary, inttotaltax, intnet, intgross, intrate, blnNumber inttotaltax =...
  12. ameslee

    help please

    i need some help, i am new at this and wondering why my program isnt working can someone plz help me! <html><head> <title>Password Application</title> <script type = "text/VBScript"> option explicit function pass1() dim intusername, intpassword, user intusername =...
  13. ameslee

    detection and redirecting help

    hope someone can help me. how do i detect if javascript is being used on someones computer, if they dont have it enabled it therefore redirects them somewhere else? thanks

Part and Inventory Search

Back
Top