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 Shaun E 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: ZekeO238
  • Content: Threads
  • Order by date
  1. ZekeO238

    Count-Up Script Help

    I want a count up script that can be set by year/month/day but also hour/minute/second. If someone could make a script that could do this I would appreciate it.
  2. ZekeO238

    If else question

    Im bored in class, practicing my scripting and I have run into a problem. I made this script, basically, its a computer strobe light. I had it fully automatic at first then I added the prompt so the user could change the speed and now I want them to be able to type quit in the prompt to close...
  3. ZekeO238

    Question (Page Dependent Linking)

    Ok, Ill try not to confuse anyone. I have a webpage that has so far, two different style sheets. I am creating multipile CSS's just because its fun. Now, the question. Right now I have a list of style selectors one every page. When you click on one it sends you to the index file of that style...
  4. ZekeO238

    NS getDate returning 102 as the year.

    I even have the string: if (year<200) year+1900 and it still displays the year as 102, anything I can do to fix this?
  5. ZekeO238

    Form Question [Is this Do-Able?]

    I have a form using CSS properties to change the colors and padding and whatnot. It all works fine and dandy execpt whenever a form element is in focus the submit button is also focused and it shrinks. I wouldnt mind this if it wasnt sitting next to a reset button that stays the normal size...
  6. ZekeO238

    Javascript Date in document form problem.

    I have a form for users to fill out for my school project. In this form I have a date box so that I know the exact date that someone sent the form. I want Javascript to automatically fill in the box but it says that the its null or not an object. Heres the code: <script...
  7. ZekeO238

    Can I add 0's to single numbers in a getDate script?

    The script I have now, like all others I have seen, displays 10.1.2002 on the screen. I would liek it to instead display 10.01.2002. There is a reason I want this, I have my date set on an image so when the date becomes bigger or smaller it is off-center on the image. Is this possible?

Part and Inventory Search

Back
Top