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 wOOdy-Soft 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 sfalin

  1. sfalin

    Change Background Color of TH onMouseOver of TD

    I found some code to do exactly what I want and thought I'd share. I would, however like to not have the onMouseOver and onMouseOut events in every TD, but would like to have some script to perform the same function. Help here would be appreciated. Some background. This is for Intranet...
  2. sfalin

    Change Background Color of TH onMouseOver of TD

    This will highlight the ROW. I need the HEAD (TH) highlighted.
  3. sfalin

    Change Background Color of TH onMouseOver of TD

    Is there some Javascript to change the color of a TABLE TH when the user mouses over a TD in the same column?
  4. sfalin

    TABLE Crosshair Mouse Movement

    I've made some changes to get the effect I need now, but if there are many rows of data, the highlight effect is slow. Is there anything I can do to speed this up? As a linked JS file, in my HEAD tag: ... // ONMOUSEOVER="checkHighlight(true)" ONMOUSEOUT="checkHighlight(false)" // var...
  5. sfalin

    TABLE Crosshair Mouse Movement

    I have a good script I use to highlight both the row and column of a table based on the cell the mouse is over (hence, the crosshair effect). I've now been asked to take it further and add an onClick event to keep that row/column highlighted until another cell is clicked. Also, it seems that...
  6. sfalin

    Joining Values and Grouping

    There's a problem somewhere, but I'm not getting any errors or results. One thing is probably me. I thought I could use a sample of data, but I'm not good at reconfiguring. The data actually comes from 2 tables (tblTowsales and tblCSRs). So, here's what I have so far. saved as...
  7. sfalin

    Joining Values and Grouping

    I have a table (Call it TABLE1 - I receive it monthly and is pre-formatted) that reports mulitple instances for each person who has errored when creating a purchase order. It is similar to this: Mgr CSR PO TtlPOs TtlError SMITH CSR1 87654 50 4 SMITH CSR1...
  8. sfalin

    Military Time Conversion

    Beautiful!! It all works perfectly. Thanks so much for your help.
  9. sfalin

    Military Time Conversion

    Somethings not right now. I get "Undefined" in the time2 box. Here's the whole code with your updates so you can see what I mean. Also, I had to add another } to the code you just gave. <html> <head> <title>Time Zone Converter</title> <STYLE> TD {font-family:arial...
  10. sfalin

    Military Time Conversion

    Getting real close now. Now if I enter an AM time (0255), all of the earlier times show up correctly, except when it is displayed as 12 am - it shows up as 0.
  11. sfalin

    Military Time Conversion

    Was just testing it and found that if I enter, say, 0155, all the earlier time zones show up with a negative number or zero.
  12. sfalin

    Military Time Conversion

    Beautiful!! Works like a dream. Have another star.
  13. sfalin

    Military Time Conversion

    Would it be possible to add the appropriate AM/PM indicator to time2 once the conversion is made. I'm afraid it will cause confusion if, say, Central time is 1355 and the user needs to find Pacific time (it would be 11:55, but w/o the am/pm, I just know some will be confused). Also, is there...
  14. sfalin

    Military Time Conversion

    You ARE the man. Works PERFECTLY!! Thanks a million and a star to you.
  15. sfalin

    Military Time Conversion

    We're getting close. Now, when I try to change the timezone dropdown to a different zone, I get an error: "Object doesn't suport this property or method" on Line 61. Here's my page: <html> <head> <title>Time Zone Converter</title> <STYLE> TD {font-family:arial...

Part and Inventory Search

Back
Top