I have a small quiz for our company that I would like the employee to
answer 100% before they are allowed to logout. I am using javascript to
create the quiz.
my code for the logout (exit) button is as follows . . .
<TR>
<FORM NAME="Exit">
<TD align="CENTER" width="30%">
</TD>
<TD align="CENTER" width="40%">
<div style : "visibility : visible; position:absolute">
<input type="button" ID="Exit" value=" Exit ">
</TD>
<TD align="CENTER" width="30%">
</TD>
</FORM>
</TR>
I am trying to have the button stay hidden until they get 100%. Does
anyone know how to do this or some advice on where to look?
Thanks
Randall Corbett (randall.corbett@a...)