This is exactly what I want to do.  Is there a way to force the javascript to 
take place before the rest of the active link fires?  What is happening is that 
the cursor changes after I have walked the table field and update those records.


Gary Shoemaker
Sandia National Laboratories
505-284-1481



________________________________
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Grooms, Frederick W
Sent: Monday, April 07, 2008 3:48 PM
To: arslist@ARSLIST.ORG
Subject: Re: Midtier wait icon

**
For the MidTier you should be able to use some JavaScript to change your cursor 
in an ActiveLink.

The Run Process actions would be something like:

//Set cursor to hourglass
javascript: document.body.style.cursor = "wait";
//Turn hourglass off
javascript: document.body.style.cursor = "default";

Fred


________________________________
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Shoemaker, Gary
Sent: Monday, April 07, 2008 12:45 PM
To: arslist@ARSLIST.ORG
Subject: Midtier wait icon

I am wanting to simulate the wait icon, because I need to walk some tables and 
the wait time is 3-5 seconds.  I checked with support and they said there is 
not a way to force their wait icon.  Has anyone implemented their own wait icon?

Server 7.1
Midtier 7.1

Gary Shoemaker
Sandia National Laboratories


__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to