True, but that doesn't mean that we ought not to suggest the better solution if that solution does not use JavaScript. And it doesn't mean that the task of this board is to try to make pages as inaccessible as possible. The trick is to use JavaScript along with HTML and CGI scripts so that everything always runs smoothly.
Yes, the rules are a little bit different with an intranet. However, some laws still apply. As I understand the Law, if this is for an employer of more than a certain number of individuals or for educational purposes then you must make sure that the page works without JavaScript. But I'm no lawyer so please consult one who specializes in accessibility law before using the JavaScript method.
I'm trying to implement the cursor changing to the wait(hourglass) cursor on click of the update button while the next page is loading. I can get the hourglass to change on click - from Zachs code in html - but how do I get it to change back to the regular cursor when the new page loads or when the user returns to the other page?
Here is the code for the button click.
<input type = "button" name="Update" value="Update" onclick="UpdateObject(this.form)">
Bookmarks