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. 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...
  16. ZekeO238

    NS getDate returning 102 as the year.

    It is Netscape 6 and I thank you, I totally forgot about FullYear and it works, thanks!
  17. 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?
  18. ZekeO238

    Chromeless Windows on IE

    Does it say exactly how resizing fullscreen windows is a bug? If anything its better than having a fullscreen window in my opinion. At least you can go to the task bar and close a fullscreen window rather than Alt+F4'ing whihc Im less used to.
  19. ZekeO238

    Chromeless Windows on IE

    Even if you resize the fullscreen window?
  20. ZekeO238

    IE Titlebar question

    You can do what Kevin said, use a pop-up and in the pop-up code add fullscreen. Then in the new pop-up you can have a chromeless window, it will need to be resized but it will work.

Part and Inventory Search

Back
Top