Click here to Skip to main content
15,885,637 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a LOG program which will ask the internet users about their name and employee number when internet is accessed via any browsers which are installed.

I have created the form where two fields are there i.e. name and emp. no.

when user want to access the internet via any browser then this form will be shown and after filling the details only internet explorer/mozila/chrome will open

Thanks in advance...
Posted
Comments
Prasad Khandekar 1-Apr-13 7:20am    
Have you tried searching Sourceforge.net. There are many programs already developed for this purpose. (http://sourceforge.net/projects/cybera/?source=directory#screenshots)

1 solution

That's the absolute WRONG way to do this.

What you're really talking about is a Proxy Server. Any internet access goes through this, reguardless of the browser they use AND without you installing anything on client machines.

This is standard, "off-the-shelf", functionality for any proxy server.

You don't have to write a single line of code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900