HTMLTagAttributeValue

Reads value of certain tag attribute from certain attribute
Identify attribute as first attribute matching ...
    HTMLBlock                Full HTML Block (page sorce code)    Required
    FirstTag                'a' in < a ....>link< /a>                Required
In addition, you may also provide one of below ...
    FirstTag_Name        'name' in a tag < a name="">Link< /a>
    FirstTag_ID            'id' in a tag < a id="somthing">Link< /a>
    FirstTag_Class        'class' in a tag < a class="something">Link< /a>

This is a more advanced version of similar ReadHTMLTag


Public

Tested

My Own Work

HTMLBlock, FirstTag, FirstTag_Name, FirstTag_ID, FirstTag_Class, TagAttributeName

Views 345
Downloads 97

Classic ASP Texts + Strings
ANmarAmdeen
928
Attachments
Revisions

v2.0

Sunday
May
30
2021