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 Chriss Miller 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 jjangli

  1. jjangli

    How to calculate miliseconds

    Thx! This means I can finally stop my search on the Internet. Your Javascript solution will do nicely!
  2. jjangli

    How to calculate miliseconds

    Hello All, Is it possible to calculate the number of miliseconds? I use the DateDiff("s",...) function to calculate the difference is seconds, but now I need the difference in miliseconds. Anyone got a clue? Thx, Jeff
  3. jjangli

    progress bar

    I also tried this a long time ago and even succeeded in finding some script for it: http://scriptasylum.com/miscpage.html An easier method is to find a gif with a animated scroll-bar! You can find a nice MS scrollbar animated gif on a Windows XP system in this folder...
  4. jjangli

    Print and close window

    Hi, Just "queue" up the commands: window.open.... window.print(); the print dialogue will appear. window.close(); This will work nicely.

Part and Inventory Search

Back
Top