almog1246
03-25-2012, 03:50 PM
hey, i have somthing like 500 ad's in Car buying site.
i built a .bat file that opens every ad in his own link, it goes like this:
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/TruckDetails.php?CarID=309139
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/TruckDetails.php?CarID=309142
@ping 127.0.0.1 -n 13 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/4X4Details.php?CarID=284971
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/4X4Details.php?CarID=284973
now i am having trouble to autoclick the javascript button on each link.
someone told me i need to build a .js file that called from the .bat file
i mean in the .bat file i will need to put "call c:/autoclicker.js
10x everyone! :)
This is the link i want to autoclick:
<a href="javascript:void(0);" onclick="location.href='/MyYad2/MyOrder/TruckDetails.php?CarID=312535&Up=u'">
<img style="border: 0px;" src="http://images.yad2.co.il/Pic/site_images/yad2/MyYad2/images/myorderbottom/new/jump_ad.jpg" alt="">
</a>
i built a .bat file that opens every ad in his own link, it goes like this:
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/TruckDetails.php?CarID=309139
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/TruckDetails.php?CarID=309142
@ping 127.0.0.1 -n 13 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/4X4Details.php?CarID=284971
start "~\chrome.exe" http://my.yad2.co.il/MyYad2/MyOrder/4X4Details.php?CarID=284973
now i am having trouble to autoclick the javascript button on each link.
someone told me i need to build a .js file that called from the .bat file
i mean in the .bat file i will need to put "call c:/autoclicker.js
10x everyone! :)
This is the link i want to autoclick:
<a href="javascript:void(0);" onclick="location.href='/MyYad2/MyOrder/TruckDetails.php?CarID=312535&Up=u'">
<img style="border: 0px;" src="http://images.yad2.co.il/Pic/site_images/yad2/MyYad2/images/myorderbottom/new/jump_ad.jpg" alt="">
</a>