Add Hourglass to the login

Sort:
You are not authorized to post a reply.
Author
Messages
jerome
New Member
Posts: 4
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
    Senior Member
    Posts: 3348
    Senior Member
      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
      Posts: 4
      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.
        You are not authorized to post a reply.