The thread: thread216-1394997 gave me a script I needed - well, part of it. I combined it with another script I had written to force users to check a checkbox before submitting a form.
I was using an alert, but alerts are so annoying, and they force the user to click to make it go away.
The DIV method is so much neater, and less annoying, not only that, the user does not need to click to make it go away.
For my purposes they only need to check a checkbox prior to submitting a form.
Here is the script:
I was using an alert, but alerts are so annoying, and they force the user to click to make it go away.
The DIV method is so much neater, and less annoying, not only that, the user does not need to click to make it go away.
For my purposes they only need to check a checkbox prior to submitting a form.
Here is the script: