Here is all the script as it is now. What do I need to do to get it to work right? I know this is probably annoying some of you. I am sorry...
code:
$message = "Internet and e-mail policy text" + @CRLF + @CRLF +
"Do you accept the Internet and E-Mail Policy?"

$title = "Window Title"

$Selection = MessageBox($message,$title,4096+4+48+256,300)

If $Selection = 7
Logoff(1)
EndIf

If $Selection = -1
Logoff(1)
EndIf

Also, on Win9x, the Network Sign-On disappears if you click "NO". In order to try logging on again, you are forced to reboot.