I work in a university where students can logon to our network from anywhere on campus or by dial-in.

When the student logs-on to out NT network, I need to display a Code of Conduct msg(no problem so far).

At the end of the msg there is to be 2 prompts "Accept" / "Decline". I need to write the user name and whether they have accepted or declined to a file with a date/time stamp.

Here's the piece that's got me... Once they have accepted, I do not want to display the msg on subsequent logons.

Ideally I'd like to store this info in SQL.

One solution I've thought of is to create a web page, which handles sql, but the problem I've encounterd is how to launch the users default browser and point it to a page from within kix.

Any ideas/comments will be greatly appreciated. I'm open to other soultions as well.

Thanks in advance.