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!

Search results for query: *

  1. lmcate2929

    -Read HTML variables into VB - help

    this is the HTML that I received and I want to extract the values of the two inputs TXTID AND QMID? <html> <head> <title>QM Push</title> <script language=javascript> var objShell = new ActiveXObject("WScript.Shell"); function run(){ RESULT.innerHTML='<FONT Color=Green>Sending data to...
  2. lmcate2929

    Extract 2 variables from input in html page to VB

    Here is the HTML - that I received..... I want to extract the 2 variables data into Vb <html> <head> <title>QM Push</title> <script language=javascript> var objShell = new ActiveXObject("WScript.Shell"); function run(){ RESULT.innerHTML='<FONT Color=Green>Sending data to CallTrak...
  3. lmcate2929

    populate VB fields from HTML page (input)

    Can anyone help me I have an HTML that I received and read from and I want to extract 2 variables from the HTML into VB. input Is ther a function() ??? that I could use. Thanks, Sam
  4. lmcate2929

    Extract 2 variables from input in html page to VB

    How do I Extract 2 variables in html with Input statement into to VB

Part and Inventory Search

Back
Top