I am trying to create an auto responder to craigslist posts.. heres how i view it..
first I think I have to preset some variables for the routine: (city| category | search term |email_location| numpages) lets say (atlanta|services|salon| c:/windows/desktop/CLemail.txt|5)
I want the clresponder task to open up
craigslist classifieds: jobs, housing, personals, for sale, services, community, events, forums click on "atlanta" then "services" (the first two preset variables) and... then from the services search box it types in my preset search term \"salon\" and a bunch of results come up 100 per page I want the routine to click on the first result... check if the text has an email address, if no go back to results and go to the next result check for email again if yes locate its position and click on it to open up the email client \"ms outlook\" this will create a subject field and email address field for the email from info within the link.
then i want the routine to copy my email text (from my preset variables \"email text location\" and paste it into the email body in outlook and click send .. then the routine needs to navigate back to results listing page go to the next result until it reaches the bottom of the first 100 results.
then subtract 1 from the numpages variable and reset the numpages variable to the new number. if the numpages now = 0 quit if numpages > 0 do it again.
--------------------------------------------------
I know this is easy for you guys, but I am just getting started.....