Crypt Posted April 12, 2006 Share Posted April 12, 2006 I am trying to make an auto-click script. Where it loads a website in an iframe then auto-click's a button on that website. Is there a way to set like attributes so it will auto-click it? Quote Link to comment Share on other sites More sharing options...
obsidian Posted April 12, 2006 Share Posted April 12, 2006 [!--quoteo(post=364095:date=Apr 12 2006, 12:16 PM:name=Krypt)--][div class=\'quotetop\']QUOTE(Krypt @ Apr 12 2006, 12:16 PM) [snapback]364095[/snapback][/div][div class=\'quotemain\'][!--quotec--]I am trying to make an auto-click script. Where it loads a website in an iframe then auto-click's a button on that website. Is there a way to set like attributes so it will auto-click it?[/quote]you may be able to simulate that effect... what are you wanting to do with the auto-click? submit a form? if so, there are other ways of doing that without actually having a "click" executed. Quote Link to comment Share on other sites More sharing options...
Crypt Posted April 12, 2006 Author Share Posted April 12, 2006 [!--quoteo(post=364100:date=Apr 12 2006, 11:27 AM:name=obsidian)--][div class=\'quotetop\']QUOTE(obsidian @ Apr 12 2006, 11:27 AM) [snapback]364100[/snapback][/div][div class=\'quotemain\'][!--quotec--]you may be able to simulate that effect... what are you wanting to do with the auto-click? submit a form? if so, there are other ways of doing that without actually having a "click" executed.[/quote]I am trying to make it "click" a button. but this button is on a different website.here is what I am working on:[code]hxxp://xhila.com/king/1.php[/code]take out the xx and replace with tt Quote Link to comment Share on other sites More sharing options...
trq Posted April 12, 2006 Share Posted April 12, 2006 You can use the curl extension to make requests to webpages. What exactly happens when this [i]button[/i] is clicked? Quote Link to comment Share on other sites More sharing options...
Crypt Posted April 12, 2006 Author Share Posted April 12, 2006 [!--quoteo(post=364107:date=Apr 12 2006, 11:50 AM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ Apr 12 2006, 11:50 AM) [snapback]364107[/snapback][/div][div class=\'quotemain\'][!--quotec--]You can use the curl extension to make requests to webpages. What exactly happens when this [i]button[/i] is clicked?[/quote]It votes for me in this specific thing. It increases my vote count by 1. Can you please explain how I could do this? I can pay you if you get a working script. Quote Link to comment Share on other sites More sharing options...
trq Posted April 12, 2006 Share Posted April 12, 2006 No, I meen what action takes place when the button is pushed. You need to know what script is called upon clicking, then use the curl extension to call this script.If you want the script written for you then place a post in the freelance forum, this isn't the place. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.