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 strongm 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 jaejunks

  1. jaejunks

    scraping table dont work

    The created `htmlfile` object does not yet have any content yet. So there's no BODY element yet. After the object is created, initialize it with a blank content like below. Set ODOM = CreateObject("htmlFile") ODOM.open ODOM.close
  2. jaejunks

    Code does not run in Microsoft Edge - it does in Google Chrome

    Logout of any account used to access that page and clear cookies and site data for that site in both web browsers. Then retest.
  3. jaejunks

    Script seeing input variable value as blank but sees hard-coded value

    You're specifying UserLogonName as a string rather than a variable.
  4. jaejunks

    [WSH] How to properly run non English scripts in English Windows?

    For example, below simple `test.vbs` code displays some Cyrillic characters, but was encoded using ANSI encoding with Cyrillic code page 1251. wscript.echo "БГДЖЗИЙ" The file's binary data: 77 73 63 72 69 70 74 2E 65 63 68 6F 20 22 C1 C3 C4 C6 C7 C8 C9 22 0D 0A In English Windows'...

Part and Inventory Search

Back
Top