3
Answers

Automatize Internet Connection via redirecting/landing page

Photo of Dominik

Dominik

8y
190
1
Hi folks,
 
I have a computer that is connected to internet with wifi stick. If internet connection is disconnected (wifi still connected, but no internet), I have to start browser (chrome for example) and insert any internet page. Then I am redirected to a landing page. There I have to check a checkbox (accept terms), and then I have to insert username and password. Then the Internet connection ist working again. How can I automatize this? Any ideas?  Any help would be appreciated°!
 
Greetings, Dom 

Answers (3)

0
Photo of mrxs1999
NA 19 0 20y
first problem solved i used the following code : protected void FileSaveAs_Click(object sender, EventArgs e) { Object o = null; AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref o, ref o); } but i still have the open htm file problem, any ideas ? Thanks