Hopefully someone can help me here. I use a login page everyday given by my ISP to login and start internet on my machine. In between the connection goes off a couple of times and I am redirected to the login page. On clicking the Login button, the internet starts again.
My question. Can I automatically detect if the internet is off and use a script that auto logs me in.
THe Login button on the redirected page looks like this
<input type="submit" name="Submit" id="btnSubmit" value="Login" onclick="return checking();" />
The real problem may be in a DSL modem and/or setup. For example, I’ve seen this a lot with people using 2Wire brand modems.
But the general task is a common one. The following is a generic Greasemonkey script that will work — but you will have to tweak it slightly because enough of the login page was not provided.
Ideally, save the entire login page, strip out any IP addresses or passwords and then paste it here or at Pastebin.com. Then we can give a more exact solution.
Script: