safeenaat1
Regular Member
- Aug 20, 2013
- 246
- 21
hello to everyone on this great forum. i have a problem that i feel can only be solved by my wizard brothers in the house. i am new to imacros and have created a few scripts. i want to create one but am haveingdifficulty in a particular line. see the script below. what i want the script to do is to click and comment on any topic it meets at the top. but it is selecting only the one that was their when i created the script. please what will i use to command the script that it will comment on any first not just the one that was their when i created the script? if i want to comment on first 5 how will it look like? also if its possible please just re-write the script. expect my thanks
here is a sample of what the page looks like

Code:
VERSION BUILD=8940826 RECORDER=FX
TAB T=1
URL GOTO=http://www.nairaland.com/topics
TAG POS=1 TYPE=A ATTR=TXT:FG<SP>Orders<SP>IG<SP>To<SP>Hand<SP>Over<SP>Saraki<SP>Money*
TAG POS=1 TYPE=B ATTR=TXT:Reply
TAG POS=1 TYPE=TEXTAREA FORM=ID:postform ATTR=ID:body CONTENT=nice<SP>post
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ID:postform ATTR=NAME:follow CONTENT=NO
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:postform ATTR=*
TAG POS=1 TYPE=A ATTR=TXT:New
here is a sample of what the page looks like