Hi All:
I want to create with Asp.net a browser inside a web page, so that I can process the click events of the user (for statistics analysis).
I kwnow how to do it with Winforms but I need a full online solution, so that:
- The user open an standard browser and types in a start url.
- In this url the menus and bars of the standard browser are hidden and the user can see a "simulated browser", with standard buttons (back, reload, ...).
- From the Asp (c#) code behind this page I can start collecting click data.
Thanks in advance, and keep the good work.