HELP please. What language or script can I use in this case. What I want is that, when I visit at certain web page it will automatically click a button present on that page and after clicking that button there is another pop up window with a button again, then it will automatically click it too. I want this if possible to not click the buttons manually when I visit a certain page. I will just visit the site and it will automatically find the button and click it and the pop up window as well.. Any idea if this works? Thanks.. Please provide me some relevant links/information regarding this one. This might be browser plugin or addons.. or something.. thanks in advance.
you can do this with imacros as thomas says or you can program this from a desktop app using something like c# or vb using IE automation.
Maybe just try using the clicking agent. http://www.fdcyj.com.cn/softcaca.html tweak the settings so the "CTR" is 100% and have it go 2-3 pages deep (so it clicks the second button). You'll also have to put in the code for the submit form. Hopefully that's an easier and quicker solution than writing a complex program