The trailing period needs to be there on that "page.".
On all the examples of the Let>s before the LibFunc cmd, they have the items in quotes. Why is that?
GB
Search found 3 matches
- Thu Dec 14, 2006 9:11 pm
- Forum: Technical / Scripting
- Topic: Odd Var Errors with script - Need Help
- Replies: 2
- Views: 3740
- Thu Dec 14, 2006 8:08 pm
- Forum: Technical / Scripting
- Topic: Odd Var Errors with script - Need Help
- Replies: 2
- Views: 3740
Odd Var Errors with script - Need Help
Working in MS v.8.1e - Eval Demo Error: F Not Appropriate With this script snippet: VBEval>ExtractTag3("FORM",0,0),formname1 VBEval>ExtractTag("INPUT",7,1),thetext1 VBEval>ExtractTag2("INPUT",7,1),thename1 VBEval>ExtractTag("INPUT",8,1),thetext2 VBEval>ExtractTag2("INPUT",8,1),thename2 If>%thetext1%...
- Tue Dec 12, 2006 10:33 pm
- Forum: Beginners
- Topic: Locating a field on a site
- Replies: 0
- Views: 3484
Locating a field on a site
Hello, I am having a problem with macro scripting. I need to be able to find a particular text input field on a website and click within it. The position of the field adjusts based on a populated table above it. Since the input name of the field always changes name, and the field's text value doesn'...