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...
...TARGET="main">Time Zone Map</A></TD>
<TD WIDTH=150 ALIGN=right>
<span id=tick2>
</span>
<script>
<!--
/*By JavaScript Kit
http://javascriptkit.com
Credit MUST stay intact for use
*/
function show2(){
if (!document.all&&!document.getElementById)
return
thelement=document.getElementById...
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...
...HREF="/usac/Training/misc/timezones.htm" TARGET="main">Time Zone Map</A></TD>
<TD WIDTH=150 ALIGN=right>
<span id=tick2>
</span>
<script>
<!--
/*By JavaScript Kit
http://javascriptkit.com
Credit MUST stay intact for use
*/
function show2(){
if (!document.all&&!document.getElementById)...
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!!
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...
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...
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...
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...
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.