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!

Recent content by ZekeO238

  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

    What does this script do?

    Credit Card check.
  3. ZekeO238

    Memory fails me - carriage return is...?

    Try & #10, take out the space.
  4. ZekeO238

    Almost driven to tears...please help

    What about preloading the images? Im not sure how to do this yet but Im pretty sure that would help.
  5. ZekeO238

    If else question

    Like I said, I have no clue about If Else statements so I jsut added and onKeyPress to the body. =)
  6. 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...
  7. ZekeO238

    newbie too CSS sheets needs help

    To explain more of what TheConeHead suggested: a:link, a:visited, a:active, a:hover{color: #000080 } a:link.blue, a:visited.blue, a:active.blue, a:hover.blue{color: #BB0000 } <a href=nowhere.htm>&quot;As is on the style sheet</a> <a href=somwhere.htm class=&quot;blue&quot;>&quot;As a...
  8. ZekeO238

    Change Color

    <style> body { scrollbar-face-color: #; scrollbar-highlight-color: #; scrollbar-3dlight-color: #; scrollbar-darkshadow-color: #; scrollbar-shadow-color: #; scrollbar-track-color: #; scrollbar-arrow-color: #; } </style>
  9. ZekeO238

    search page?

    Check out these two free examples: http://javascriptkit.com/script/cut154.shtml http://javascriptkit.com/script/cut153.shtml
  10. ZekeO238

    php failed me, need some JAVA help...please

    I cant really help you with your problem, but if your goign to use Geocities to host your site add <comment> to the end of your html, php, or whatever files and that should kill the add. It used to anyway.
  11. ZekeO238

    getting system date and time

    A better way to 'lock' the text box is using JavaScript. onFocus=&quot;blur()&quot; add that to your input tag. Although disable does work it adds a shadow to the text and depenending on the fonts and colors you use, if any, it makes it hard to read what in the box.
  12. ZekeO238

    Question (Page Dependent Linking)

    Thanks spewn, works great! I appreciate it.
  13. ZekeO238

    image in javascript

    Correct me if Im wrong but dont you need to write it to the document? <html> <head> <script language=&quot;javascript&quot;> if (screen.width > 800) { document.write(&quot;<img src='images/untitled2.gif'><FONT COLOR='#006699'>&quot;) } if (screen.width < 800) { document.write(&quot;<img...
  14. ZekeO238

    Question (Page Dependent Linking)

    Anyone, please!
  15. 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...

Part and Inventory Search

Back
Top