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 Wanet Telecoms Ltd 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: bankofalltrades
  • Content: Threads
  • Order by date
  1. bankofalltrades

    does anyone know how to initiate a control F5 to automatically refresh

    I'm attempting to refresh the users webpage every 30 seconds or so and I'm using javascript and asp. Does anyone know how?
  2. bankofalltrades

    can someone help me with a date comparison checkit is always false

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>test</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script type="text/javascript"> function...
  3. bankofalltrades

    need help with datetime validation in javascript

    I found a bunch of examples but they all get a cdate error message. What I'm looking for is if the user puts in something that doesn't resemble a date such as 12345 that it just does an alert box at submit on form validation. The user should be entering a date similar to military datetime such...
  4. bankofalltrades

    Does anyone know the syntax to call an asp subroutine

    I have a queue page that counts the number of records based on a certain query to an sql database. It does not update efficiently and I think what I need to do is have an asp subroutine that recalculates everytime a command button is pressed and then does a response.write for the value. Any...
  5. bankofalltrades

    does anyone know how to check for \ in a text box substr does not work

    I'm trying to have a text box that the user will copy/paste a file destination into. I'm validating that the user pasted correctly and that the beginning of the string starts with \\ any ideas?

Part and Inventory Search

Back
Top