Add Hourglass to the login

 2 Replies
 0 Subscribed to this topic
 14 Subscribed to this forum
Sort:
Author
Messages
jerome
New Member Send Private Message
Posts: 0
New Member
Does anyone know how to add the hourglass when a user clicks the LOGIN button. Our users are going crazy over not having this.
John Henley
Send Private Message
Posts: 3351
I have not done this, but you might be able to set it in the Javascript in the doAuthen() function in $WEBDIR/lawson/portal/logon.htm.

document.body.style.cursor = "wait"; // turn on hourglass

document.body.style.cursor = "default"; // turn off hourglass
Thanks for using the LawsonGuru.com forums!
John
jerome
New Member Send Private Message
Posts: 0
New Member
I couldn't get this code to work. I was told it had something to do with the login button passing control to another program or something like that. I put the code in every possible place but never managed to get it right.