Jump to content

Search the Community

Showing results for tags 'HTML tag'.

  • Search By Tags

    • html tag ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I'm having trouble trying to collect data that's inside an html tag, I haven't found a solution to it yet. If you have ideas please help. Thank you Script: #include <String.au3> Global $HTML_Test $HTML_Test &= '<div class="accordion-item">' & @CRLF ; <!---- START GET--> $HTML_Test &=...
  2. I am working on a script that loads data from a file and displays it with bold, highlighted etc. text. The text looks something like this "This is <b>bold</b> text and this is <c=FF0000>red<c> text" So how exactly would I go about doing this. (maybe some StringRegExp() magic) NOTE: I want to loa...
×
×
  • Create New...