Jump to content

Search the Community

Showing results for tags 'class tags.'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Code I have been working with below: $oInputs = _IETagNameGetCollection ($oIE, "class") For $oInput In $oInputs; MsgBox(0, "Form Input Type", "Form: " & $oInput.form.name & " Type: " & $oInput.type) Next I don't have a problem with input and such to scan and get that data but cannot figure out how to read the data between the lines here. For example I need to get something like the following.. End my working code. Data I would like to extract Listing # 9990488 8029 RIDGEPOINT Park City Proper UTAH This 3 bedroom Ridgepoint townhome in Deer Valley has been completely remodeled with beautiful hardwood floors, plush carpeting and deluxe finishes including a fully equipped gourmet kitchen. It would be even better if I could pull it out and put into this format but that is not mandatory.. as I will still be able to figure out which is which. Even better format if it would land in that format. Address|8029 RIDGEPOINT <div class="IDX-detailsSideInfo"> <div id="listingNumber" style="display: block; visibility: visible;"> Listing # 9990488 </div> <div class="IDX-detailsPrice"> <span id="IDX-priceLabel">Price: $</span><span id="IDX-priceNumber">849,000</span></div> <div class="IDX-detailsAddressBox"> <div class="IDX-detailsLabel"> Address </div> <div class="IDX-detailsValue"> 8029 RIDGEPOINT </div> </div> <div class="IDX-detailsLabel"> City Name: </div> <div class="IDX-detailsValue"> Park City Proper </div> <div class="IDX-detailsLabel"> State: </div> <div class="IDX-detailsValue"> UTAH </div> <div class="IDX-detailsLabel"> Zip: </div> </div> <div class="IDX-detailsRemarksWrapper"> <div class="IDX-detailsRemarks"> This 3 bedroom Ridgepoint townhome in Deer Valley has been completely remodeled with beautiful hardwood floors, plush carpeting and deluxe finishes including a fully equipped gourmet kitchen. </div>
×
×
  • Create New...