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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tt300zrcr

    I am looking at tryin to click the onclick button

    What i am asking is how do i go about clicking the login button from that webpage. Its DVR webpage that i need to login prior to displaying the image in my application. the vbscript populates the userid, userlogin but i cannot hit the login button automatically i dont know what type of...
  2. tt300zrcr

    I am looking at tryin to click the onclick button

    Function Main Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_") set WshShell = CreateObject("WScript.Shell") IE.Visible = True IE.Navigate "http://xxx.xxx.xxx.xxx:1340" Wait IE IE.Document.getElementByID("login_id").value = "admin"...
  3. tt300zrcr

    I am looking at tryin to click the onclick button

    HTML is listed below. </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="GetInfo()" onResize="fit_center()"> <table id=loginback border="0" cellpadding="0" cellspacing="0" background="images/login_back.gif" width=480 height=222...
  4. tt300zrcr

    Trying to script something but have forgotten the basics

    I think i got easier way to do this. anyways i am going to use netsh create a dump file to get this output # ---------------------------------- # Interface IP Configuration # ---------------------------------- pushd interface ip # Interface IP Configuration for "Team (Name)"...
  5. tt300zrcr

    Trying to script something but have forgotten the basics

    the issue is i want a file to output hte current settings. then i have to update the ips for dns wins and ipv4 based on the adpater and mac address. in unix i would just grep and replace simple and easy
  6. tt300zrcr

    Trying to script something but have forgotten the basics

    I have this file generated by WMI output reading the network configuration Description: :Intel(R) 82577LM Gigabit Network Connection #2: Physical (MAC) address: IP address: 1.x.x.x Subnet: 255.255.255.0 Subnet: 64 Default gateway...

Part and Inventory Search

Back
Top