Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Hidden Log out button


Message #1 by "Randall Corbett" <corbettr_99@y...> on Tue, 31 Jul 2001 23:38:07
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...)



  Return to Index