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 Mike Lewis 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. 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...
  16. sfalin

    Military Time Conversion

    That changes the default, but the 12hr still converts as Eastern. Thanks so much for helping me with this. I see stars in your future. You're the bomb!!
  17. sfalin

    Military Time Conversion

    That looks like it might just be exactly what I need. I've been trying to play with some of the settings to have the default time zone be Central, even though mine is Eastern, but can't seem to figure it out. Central time needs to be my starting point and the others need to compute from...
  18. sfalin

    Military Time Conversion

    I have been asked to create a small app to allow a user to input a time in military format (ex. 1323) and then show the standard time depending on a certain time zone selected in a drop-down. A proprietary call tracking system currently displays military time for the Central time zone. My...
  19. sfalin

    Pass Form Values to ASP/SQL Page

    What I need to happen is this: 1. PO form, in frame 'main', is opened and has about 50 required fields 2. 3/4 of the PO form is completed up to the point where the user can search for vendors 3. Upon clicking the locate vendors button, a pop-up window (window2) appears displaying results...
  20. sfalin

    Pass Form Values to ASP/SQL Page

    I've been playing with the reload function and can successfully get the parent window to reload, but any data that was entered into fields is lost. From what I've read, the form has to go through a submission and refresh to capture the changes I needed. The problem here is the form is not...

Part and Inventory Search

Back
Top