Search found 2 matches
- Thu Aug 11, 2011 11:35 pm
- Forum: General Support & Discussions
- Topic: List number's 0 through 9?
- Replies: 1
- Views: 672
List number's 0 through 9?
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmMain ATTR=ID:tSurveyNum1 CONTENT=0000 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmMain ATTR=ID:tSurveyNum2 CONTENT=0000 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmMain ATTR=ID:tSurveyNum3 CONTENT=000 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmMain ATTR=ID:tPassword1 CONTEN...
- Sat Feb 26, 2011 10:27 pm
- Forum: General Support & Discussions
- Topic: Extract string from page?
- Replies: 1
- Views: 674
Extract string from page?
I need to extract the value X from the following string in the source code UntrustedLink.bootstrap($(this), "X" Value X is never more than 7 characters. What I currently have is: SEARCH SOURCE=REGEXP:"UntrustedLink.bootstrap($(this), [^)]+[^)]+[^)]+[^)]+[^)]+[^)]+[^)]+" IGNORE_CASE=YES EXTRACT="Trac...