Thats how I figured out pw0 was where I needed it to input my access code from here:
TABLE cellSpacing=0 cellPadding=0 border=0><TR><TD>Modem Access Code: </TD><TD><INPUT type=text name=pw0 VALUE=""></TD></TR><TR><TD COLSPAN=2> </TD></TR><TR><TD> </TD><TD ALIGN="center"><INPUT...
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.