Search found 1 match
- Mon Aug 31, 2009 1:54 pm
- Forum: PHP - Code
- Topic: Using PHP cURL To Click Button
- Replies: 1
- Views: 3554
Using PHP cURL To Click Button
I need php cURL to click a button repeatedly but the button has nothing to do with a form, it is all javascript. <script type="text/javascript"> function set_opacity(id, opacity) { element = document.getElementById(id) if (/MSIE/i.test(navigator.userAgent)) { element.style.filter='al...