Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BliND123

  1. BliND123

    Simple script to automatically restart modem and close tab/page...

    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:&nbsp;</TD><TD><INPUT type=text name=pw0 VALUE=""></TD></TR><TR><TD COLSPAN=2>&nbsp;</TD></TR><TR><TD>&nbsp;</TD><TD ALIGN="center"><INPUT...
  2. BliND123

    Simple script to automatically restart modem and close tab/page...

    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...

Part and Inventory Search

Back
Top