Actually once I posted this, it modified the HTML slightly.
The INPUT tag has the following options (that were stripped out when I posted):
INPUT type='checkbox' name='testcheck checked
Search found 2 matches
- Thu Feb 11, 2010 5:19 pm
- Forum: Technical / Scripting
- Topic: Cannot get IE_ExtractTagByName to work
- Replies: 3
- Views: 3719
- Thu Feb 11, 2010 5:17 pm
- Forum: Technical / Scripting
- Topic: Cannot get IE_ExtractTagByName to work
- Replies: 3
- Views: 3719
Cannot get IE_ExtractTagByName to work
I am trying to use IE_ExtractTagByName, but it doesn't seem to work. Here is the HTML I am trying to extract from: TEST CHECK Here is how I called IE_ExtractTagByName: IE_ExtractTagByName>%IE%,,INPUT,testcheck,0,buffer,r MessageModal>%buffer% but buffer is always empty. Note that IE_ExtractTag with ...