I'm new to javascript and am currently trying something simple to automatically restart my DSL modem. I figured out how to have my script input the access code automatically with:
var PASSWORD = "************";
document.getElementById("pw0").value = PASSWORD;
So this worked, now I am trying...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.