If I mouse over a link, such as the following...
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:createNewReview('500', '2002', 'userId');">
...the status bar along the bottom edge of the browser will display "javascript:createNewReview( '500', '2002', 'userId');". Is there a way to control what is displayed on the status bar? I'd like to display a message that is not so revealing, such as "Create a new Evaluation" instead of display sensitive information, such as the employee id, year, and userId from above.
Thanks
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:createNewReview('500', '2002', 'userId');">
...the status bar along the bottom edge of the browser will display "javascript:createNewReview( '500', '2002', 'userId');". Is there a way to control what is displayed on the status bar? I'd like to display a message that is not so revealing, such as "Create a new Evaluation" instead of display sensitive information, such as the employee id, year, and userId from above.
Thanks