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...
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...
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...
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.