
Search found 21 matches
- Wed Jan 09, 2008 12:23 am
- Forum: General Support & Discussions
- Topic: [Need Help] How to use batch implementation b.iim in TAB 2
- Replies: 2
- Views: 1175
- Tue Jan 08, 2008 9:57 am
- Forum: General Support & Discussions
- Topic: !Loop function NOT running!
- Replies: 3
- Views: 1717
- Tue Jan 08, 2008 9:04 am
- Forum: General Support & Discussions
- Topic: Htaccess Login fails
- Replies: 2
- Views: 1361
- Tue Jan 08, 2008 8:38 am
- Forum: General Support & Discussions
- Topic: Looping SELECT Entries by Index Number
- Replies: 1
- Views: 1113
Code: Select all
TAB T=1
TAB CLOSEALLOTHERS
SET !LOOP 1
SET !VAR1 {{!LOOP}}
SET !VAR2 -1
ADD !VAR1 {{!VAR2}}
TAG POS=1 TYPE=SELECT FORM=NAME:Jurisdiction ATTR=NAME:County CONTENT={{!VAR1}}
- Tue Jan 08, 2008 7:57 am
- Forum: General Support & Discussions
- Topic: Wildcard
- Replies: 5
- Views: 2278
Implementation of a TAG statement can only be a HREF statement.
http://www.youtube.com/* is not the only.
http://www.youtube.com/* is not the only.
- Tue Jan 08, 2008 7:31 am
- Forum: General Support & Discussions
- Topic: [Need Help] How to use batch implementation b.iim in TAB 2
- Replies: 2
- Views: 1175
[Need Help] How to use batch implementation b.iim in TAB 2
iMacros Available Features:Scripting Edition or PRO Edition System:Windows XP When a.iim finished with batch file,I want to play b.iim in tab 2. How do I? For example: Example_Batchfile.bat: "c:\program files\imacros\imacros.exe" -macro a.iim How to use batch implementation b.iim in TAB 2 after a.ii...